import { CompositionComponent as CC } from '../runtime'; import { GeoPathComposition } from '../spec'; export type GeoPathOptions = Omit; /** * Wrap GeoPath by a GeoView. */ export declare const GeoPath: CC;