import { ClearIndicatorProps } from 'react-select'; declare const ClearIndicator: (props: ClearIndicatorProps) => JSX.Element; export default ClearIndicator;