import { ChipsChoiceComponent, ChipsChoiceDefaultItem, ChipsChoicePropGetItemKey } from './types'; export declare const getUndefined: () => undefined; export declare const getItemKeyDefault: ChipsChoicePropGetItemKey; export declare const ChipsChoice: ChipsChoiceComponent;