interface Props { fileList?: any; onChange?: any; antProps?: any; } declare const _default: ({ fileList, onChange, antProps }: Props) => JSX.Element; export default _default;