interface Props { size?: number; [key: string]: any; } declare const IconChatSquareDots: import("svelte").Component; type IconChatSquareDots = ReturnType; export default IconChatSquareDots;