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