/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { Type } from '@angular/core'; import { FilterComponent } from '../filter-component.interface'; /** * @hidden * * > List the following components in the GridModule as `entryComponents`. */ export declare const filterComponentFactory: (type: string) => Type;