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<O extends ChipOption>(option: O): ChipOptionValue;
export declare function getOptionLabelDefault<O extends ChipOption>(option: O): ChipOptionLabel;
export declare function getNewOptionDataDefault<O extends ChipOption>(value: ChipOptionValue, label: ChipOptionLabel): O;
export declare function renderChipDefault(props: RenderChipProps): React.ReactNode;
//# sourceMappingURL=constants.d.ts.map