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