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