import Handsontable from 'handsontable/base'; import * as i0 from "@angular/core"; export declare const HOT_DESTROYED_WARNING: string; export declare class HotTableRegisterer { getInstance(id: string): Handsontable; registerInstance(id: string, instance: Handsontable): Map; removeInstance(id: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }