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