import { BaseElement } from './BaseElement'; export declare class AddressCountryElement extends BaseElement { private _value; private _error; private _select; private _allowedCountries?; setCountries(countries: string[]): void; protected render(): void; protected getCss(): string; protected getValue(): string; protected getIsValid(): boolean; protected getError(): string | null; } //# sourceMappingURL=AddressCountryElement.d.ts.map