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