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