import { ActiveTable } from '../../../activeTable'; export declare class ErrorElement { static create(): HTMLDivElement; static display(at: ActiveTable): void; static remove(at: ActiveTable): void; } //# sourceMappingURL=errorElement.d.ts.map