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