import { Base, Type } from "igniteui-react-core";
import { WorksheetTable } from "./WorksheetTable";
import { Filter } from "./Filter";
import { SortCondition } from "./SortCondition";
/**
 * @hidden
 */
export declare class ObjectModelTablePartManager_TableContext extends Base {
    static $t: Type;
    private b;
    private c;
    private readonly a;
    constructor(a: WorksheetTable);
    d(a: number, b: Filter): void;
    e(a: number, b: SortCondition): void;
    f(): void;
}
