import { CountryType, PropsType } from "./types";
export declare const useCountry: (props?: PropsType) => CountryType;
