import { BaseElement } from './BaseElement'; export declare class EmailElement extends BaseElement { private _email; private _error; private _suggestion; private _field; protected render(): void; protected getCss(): string; protected getValue(): string; protected getIsValid(): boolean; protected getError(): string | null; /** Non-blocking "did you mean" hint, if the domain looks like a typo. */ get suggestion(): string | null; } //# sourceMappingURL=EmailElement.d.ts.map