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