import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Snowflake01Icon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Snowflake01Icon;
