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