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