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