import { isoly } from "isoly"; export declare class SmoothlyCountry { value: isoly.CountryCode.Alpha2; text: "alpha2" | "name" | "none"; element: HTMLElement; language?: isoly.Language; componentWillLoad(): void; render(): any; }