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