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