import { Country, Props } from './ReactTelephoneInput';
export default function guessSelectedCountry(inputNumber: string, props: Props): Country;
