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