import React from 'react'; import type { FilterSelectProps } from './types'; export declare const FilterSelect: React.FC;