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