import { CellPresenterBase } from "./CellPresenterBase";
import { FilterCell } from "./FilterCell";
import { CellModel } from "./CellModel";
import { Type } from "igniteui-webcomponents-core";
/**
 * @hidden
 */
export declare class FilterCellPresenter extends CellPresenterBase {
    static $t: Type;
    constructor(a: FilterCell);
    protected b(a: CellModel): void;
    get d(): FilterCell;
    private e;
}
