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