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