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