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