import React from 'react'; import { UploadFile } from "antd"; import { WebComponentProps } from "oak-frontend-base"; import { EntityDict } from "../../../oak-app-domain"; import { EnhancedExtraFile, Theme } from './index'; export interface UploadHandle { addFileByWeb: (file: UploadFile) => void; } declare const _default: React.ForwardRefExoticComponent Promise | boolean; style?: React.CSSProperties; className?: string; directory?: boolean; onPreview?: (file: UploadFile) => void; onDownload?: (file: UploadFile) => void; showUploadList?: boolean; children?: JSX.Element; disableInsert?: boolean; disableDownload?: boolean; disableDelete?: boolean; disablePreview?: boolean; }, { onRemove: (file: UploadFile) => void; addFileByWeb: (file: UploadFile) => void; checkSort: (sort: number) => boolean; }> & React.RefAttributes>; export default _default;