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