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