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