import Handsontable from 'handsontable/base';
export declare const HOT_DESTROYED_WARNING: string;
export declare class HotTableRegisterer {
    getInstance(id: string): Handsontable;
    registerInstance(id: string, instance: Handsontable): Map<string, Handsontable>;
    removeInstance(id: string): boolean;
}
