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