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