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