import { ComponentProps } from 'react'; import { SvgIcon } from '@material-ui/core'; type SvgIconProps = Omit, 'viewBox' | 'color' | 'htmlColor'>; type FileIconProps = { name: string; } & Omit; export declare const FileIcon: ({ name, ...svgIconProps }: FileIconProps) => JSX.Element; export {}; //# sourceMappingURL=FileIcon.d.ts.map