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