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