import type { SVGProps } from "react"; export interface FileIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function FileIcon({ className, size, color, ...props }: FileIconProps): import("react").JSX.Element; //# sourceMappingURL=file-icon.d.ts.map