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