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