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