/// import { IconProps } from './types'; export declare const FileIcon: ({ color, ...props }: IconProps) => JSX.Element; export default FileIcon;