export declare type latLngType = { lat: number; lng: number; }; export declare type PointLocationType = { latLn: latLngType; districtCode: string; postalCode: string; fullAddress?: string; label?: string; };