/**----------------------------------------------------------------------------------------- * 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 as `entryComponents` in the GridModule. */ export declare const filterMenuComponentFactory: (type: string) => Type;