import { SimpleChanges } from '@angular/core';
import { HotTableComponent } from './hot-table.component';
import { HotColumnComponent } from './hot-column.component';
import Handsontable from 'handsontable/base';
import * as i0 from "@angular/core";
export declare class HotSettingsResolver {
    mergeSettings(component: HotColumnComponent | HotTableComponent | Handsontable.GridSettings): Handsontable.GridSettings | Handsontable.ColumnSettings;
    prepareChanges(changes: SimpleChanges): Handsontable.GridSettings;
    static ɵfac: i0.ɵɵFactoryDeclaration<HotSettingsResolver, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<HotSettingsResolver>;
}
