import { FC } from "react"; import { AMapGeocoderGetAddressResult } from "../../types"; export interface DageMapGeocoderProps { position: number[]; city?: number | string; onChange?: (res: AMapGeocoderGetAddressResult) => void; onError?: () => void; } export declare const DageMapGeocoder: FC; //# sourceMappingURL=index.d.ts.map