export declare const getRegionZone: (propRegion: string | undefined, propZone: string | undefined) => { regions: { value: string; label: string; }[]; region: string; zones: { value: string; label: string; }[]; zone: string; };