import * as React from 'react'; import type { ChipOption, ChipsInputBasePrivateProps } from './types'; export declare const ChipsInputBase: ({ getRef, before, after, status, mode, maxHeight, value, onAddChipOption, "onRemoveChipOption": onRemoveChipOptionProp, renderChip, "inputValue": inputValueProp, addOnBlur, onInputChange, autoFocus, "disabled": disabledProp, "readOnly": readOnlyProp, "onFocus": onFocusProp, "onBlur": onBlurProp, "id": idProp, "placeholder": placeholderProp, ClearButton, clearButtonShown, clearButtonTestId, onClear, chipsListLabel, "aria-label": ariaLabel, slotProps, ...restProps }: ChipsInputBasePrivateProps) => React.ReactNode; //# sourceMappingURL=ChipsInputBase.d.ts.map