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