import { Country } from './ReactTelephoneInput'; export default function replaceCountryCode(currentSelectedCountry: Country, nextSelectedCountry: Country, number: string): string;