/// import { MetaFilterProps } from './types'; /** * Implementation of PatternFly 4 filter group pattern. * Extended to use any filter matching FilterTypeProps interface(not only enum based selection). * * @see FilterTypeProps */ export declare const PrimaryFilters: ({ selectedFilters, onFilterUpdate, fieldFilters, supportedFilterTypes, }: MetaFilterProps) => JSX.Element;