export declare const notCity: { value: string; label: string; disabled: boolean; children: any[]; }[]; export declare const notDistrict: ({ value: string; label: string; disabled: boolean; children?: undefined; } | { value: string; label: string; disabled: boolean; children: any[]; })[]; export declare const handelSpecialCitiesLevel: (level: string, value: string[]) => string;