import React from 'react'; import { RowWithActions, WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../oak-app-domain'; declare const Records: (props: WebComponentProps[]; }, { revoke: (item: RowWithActions) => void; }>) => React.JSX.Element; export default Records;