import { BaseElement } from './BaseElement'; export declare class ErrorElement extends BaseElement { private _alert; private _message; protected render(): void; setError(message: string): void; clearError(): void; protected getCss(): string; protected getValue(): null; protected getIsValid(): boolean; protected getError(): string | null; } //# sourceMappingURL=ErrorElement.d.ts.map