import type { ClearIndicatorProps } from 'react-select';
import React from 'react';
import type { Option as OptionType } from '../types';
import './index.scss';
export declare const ClearIndicator: React.FC<ClearIndicatorProps<OptionType, true>>;
//# sourceMappingURL=index.d.ts.map