export declare const district: { value: string; label: string; children: { value: string; label: string; children: { value: string; label: string; children: never[]; }[]; }[]; }[]; /** * data for ListView.IndexedList */ export declare const provinceLite: { value: string; label: string; spell: string; }[];