import { BaseElement } from './BaseElement'; export declare class AddressStateElement extends BaseElement { private _value; private _country; private _input; private _select; setCountry(countryCode: string): void; protected render(): void; private _renderInput; private _renderSelect; protected getCss(): string; protected getValue(): string; protected getIsValid(): boolean; protected getError(): string | null; } //# sourceMappingURL=AddressStateElement.d.ts.map