/**
 * @jsxRuntime classic
 * @jsx jsx
 */
import type { IndicatorsContainerProps } from '@atlaskit/select/types';
export declare const IndicatorsContainer: ({ showClearIndicator, ...rest }: IndicatorsContainerProps<any> & {
    showClearIndicator?: boolean;
}) => JSX.Element;
