export declare type ObjType = { id: number; name: string; parent_id: number; }; declare const regions: Array; export default regions;