import { Type } from "igniteui-webcomponents-core";
/**
 * @hidden
 */
export interface ICellModelExportUpdater {
    update(a: string, b: any): void;
}
/**
 * @hidden
 */
export declare let ICellModelExportUpdater_$type: Type;
