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; onRefresh?: () => void; size?: number; url: string; loading?: boolean; disableDownload?: boolean; disabled: boolean; color: string; bgColor: string; maskColor: string; maskTextColor: string; maskText: string; mode: "simple" | "default"; }>) => React.ReactElement; export default _default;