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