export declare function formattedCountriesForDropdown(): { value: string; label: string; }[]; export declare function formattedStatesForDropdown(countryCode: string): { value: string; label: string; }[];