/// import { MetaFilterProps } from './types'; /** * Implementation of PatternFly 4 attribute-value filter pattern. * Accepts any filter matching FilterTypeProps interface. * * @see FilterTypeProps */ export declare const AttributeValueFilter: ({ selectedFilters, onFilterUpdate, fieldFilters, supportedFilterTypes, }: MetaFilterProps) => JSX.Element;