import type { SVGProps } from 'react';
export declare const FileIcon: React.FC<SVGProps<SVGSVGElement> & {
    color?: string;
}>;
