import type { FilterProps } from '../../core/types';
export declare function Filter({ filter, filterValuesCasing }: FilterProps): JSX.Element | null;
