import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const SnowflakeIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link SnowflakeIcon} instead.
 */
export declare const Snowflake: typeof SnowflakeIcon;
export default SnowflakeIcon;
