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