import * as React from 'react'; import type { ChipOption, ChipsInputBasePrivateProps } from './types'; export declare const ChipsInputBase: ({ "getRootRef": rootGetRootRef, "style": rootStyle, "className": rootClassName, before, after, status, mode, maxHeight, value, onAddChipOption, "onRemoveChipOption": onRemoveChipOptionProp, renderChip, getRef, "inputValue": inputValueProp, addOnBlur, onInputChange, ClearButton, clearButtonShown, clearButtonTestId, onClear, chipsListLabel, "aria-label": ariaLabel, slotProps, ...restProps }: ChipsInputBasePrivateProps) => React.ReactNode; //# sourceMappingURL=ChipsInputBase.d.ts.map