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