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