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