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