export declare const Combobox: import("react").FunctionComponent & ((Omit, "onChange" | "checked" | "maxLength" | "minLength" | "size" | "type" | "value" | "target"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types.js").CustomComboboxProps & { valueType?: "single"; value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types.js").ComboboxPrimitiveValue; onChangeValue?: (value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types.js").ComboboxPrimitiveValue) => void; } & import("react").RefAttributes) | (Omit, "onChange" | "checked" | "maxLength" | "minLength" | "size" | "type" | "value" | "target"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types.js").CustomComboboxProps & { valueType: "multiple"; value?: Array; onChangeValue?: (value?: Array) => void; } & import("react").RefAttributes))>; export declare const ComboboxItem: import("react").FunctionComponent & Omit, "onSelect"> & { id?: string; disabled?: boolean; label?: React.ReactNode; role?: string; contentLeft?: React.ElementType | React.ReactNode; contentRight?: React.ElementType | React.ReactNode; name?: string; checked?: boolean; text?: string; value?: string | number | boolean; isSelected?: boolean; onClick?: (event: React.MouseEvent) => void; onSelect?: (value?: any, text?: any) => void; size?: string; view?: string; } & import("react").RefAttributes>; export declare const ComboboxDivider: import("react").FunctionComponent & import("react").HTMLAttributes & { id?: string; size?: string; view?: string; } & import("react").RefAttributes>; export declare const ComboboxFooter: import("react").FunctionComponent & import("react").HTMLAttributes & { id?: string; size?: string; view?: string; } & import("react").RefAttributes>; export declare const ComboboxGroup: import("react").FunctionComponent & import("react").HTMLAttributes & { id?: string; labelClassName?: string; groupClassName?: string; label?: React.ReactNode; role?: string; size?: string; view?: string; } & import("react").RefAttributes>; export declare const ComboboxHeader: import("react").FunctionComponent & import("react").HTMLAttributes & { id?: string; size?: string; view?: string; } & import("react").RefAttributes>;