import { EntityDict } from '../../../oak-app-domain'; import { EntityDict as BaseEntityDict } from 'oak-domain/lib/types/Entity'; import { ReactComponentProps } from 'oak-frontend-base'; declare const _default: (props: ReactComponentProps void) | undefined; onRefresh?: (() => void) | undefined; size?: number | undefined; url: string; loading?: boolean | undefined; disableDownload?: boolean | undefined; disabled: boolean; color: string; bgColor: string; }>) => React.ReactElement; export default _default;