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