import * as React from "react"; import { IconProps } from '../lib'; declare const Snowflake: (props: IconProps) => React.JSX.Element; export default Snowflake; //# sourceMappingURL=Snowflake.d.ts.map