declare const regions: ({ value: string; text: string; children: ({ value: string; text: string; children: { value: string; text: string; }[]; } | { value: string; text: string; children?: undefined; })[]; } | { value: string; text: string; children?: undefined; })[]; export default regions;