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