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