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