import './index.less'; export interface FileUploadProps { action: string; value?: any[]; tipText?: string; children?: any; beforeUpload?: (file: any, fileList: any[]) => boolean; onChange?: any; } declare const _default: (props: FileUploadProps) => JSX.Element; export default _default;