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