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