/**
 * Internal dependencies.
 */
import { CountryLocaleField, CountryLocaleFieldValue } from "../types";
export declare function sortAddressFields(countryCode: string, defaultCountryFields: Array<CountryLocaleFieldValue>, countryFields: Array<CountryLocaleField>): CountryLocaleFieldValue[];
