import type { FunctionalComponent } from 'vue'; declare const ChatLineRound: FunctionalComponent<{}, {}>; export default ChatLineRound;