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