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