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