export type TencentMapProps = { isActive?: boolean; mapKey?: string; useJsonp?: boolean; readOnly?: boolean; selectedValue?: { location?: { lat: number; lng: number; }; address?: string; province?: string; city?: string; district?: string; }; };