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