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