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