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