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