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