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