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