/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { Type, ViewContainerRef } from "@angular/core";
import { FilterHostDirective } from "../filter-host.directive";
import { FilterComponent } from "../filter-component.interface";
import * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class FilterCellHostDirective extends FilterHostDirective {
    constructor(host: ViewContainerRef);
    protected componentType(): Type<FilterComponent>;
    static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellHostDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellHostDirective, "[kendoFilterCellHost]", never, {}, {}, never, never, true, never>;
}
