import * as React from 'react';
import type { ChipOption, ChipsInputBasePrivateProps } from './types';
export declare const ChipsInputBase: <O extends ChipOption>({ "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<O>) => React.ReactNode;
//# sourceMappingURL=ChipsInputBase.d.ts.map