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