import { type NativeSelectValue } from '../../NativeSelect/NativeSelect'; import { type SelectProps } from '../CustomSelect'; interface UseAfterItemsProps extends Pick { isControlledOutside: boolean; nativeSelectValue: NativeSelectValue; opened: boolean; onClearButtonClick: () => void; } export declare function useAfterItems({ value, nativeSelectValue, isControlledOutside, opened, allowClearButton, ClearButton, onClearButtonClick, clearButtonTestId, disabled, readOnly, icon: iconProp, }: UseAfterItemsProps): false | "" | 0 | 0n | import("react/jsx-runtime").JSX.Element | undefined; export {}; //# sourceMappingURL=useAfterItems.d.ts.map