/// import type { IDropdownIndicatorProps, IClearIndicatorProps, ILoadingIndicatorPropsBase } from "../Combobox.types"; export declare const INDICATOR_ID = "indicator"; export declare function CustomDropdownIndicator(props: IDropdownIndicatorProps): JSX.Element | null; export declare function CustomClearIndicator(props: IClearIndicatorProps): JSX.Element; export declare function CustomLoadingIndicator(props: ILoadingIndicatorPropsBase): JSX.Element;