import React from "react"; import type { ICreatableComboboxProps } from "./CreatableCombobox.types"; export declare const CreatableCombobox: React.ForwardRefExoticComponent>; export type { ICreatableComboboxProps }; export type { IOption, IActionMetaBase, IOptionsOrGroups, IOnChange } from "../Combobox/Combobox.types"; export default CreatableCombobox;