import { CompositionComponent as CC } from '../runtime'; import { GeoViewComposition } from '../spec'; export type GeoViewOptions = Omit; /** * A view with geo coordinate. */ export declare const GeoView: CC;