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