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