import * as React from 'react'; import type { ChipOption, ChipOptionLabel, ChipOptionValue, RenderChipProps } from './types'; export declare const DEFAULT_VALUE: never[]; export declare const DEFAULT_INPUT_VALUE = ""; export declare function getOptionValueDefault(option: O): ChipOptionValue; export declare function getOptionLabelDefault(option: O): ChipOptionLabel; export declare function getNewOptionDataDefault(value: ChipOptionValue, label: ChipOptionLabel): O; export declare function renderChipDefault(props: RenderChipProps): React.ReactNode; //# sourceMappingURL=constants.d.ts.map