/**----------------------------------------------------------------------------------------- * Copyright © 2024 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { Type, ViewContainerRef, ComponentFactoryResolver } 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, resolver: ComponentFactoryResolver); protected componentType(): Type; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }