/// import { IconProps } from '../../types'; declare const FileDownload: (allProps: IconProps) => JSX.Element; export default FileDownload;