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