import "../Combobox/Combobox.scss"; import React from "react"; import type { IAsyncProps } from "./AsyncCombobox.types"; import type { IOption } from "../Combobox"; export declare const AsyncCombobox: React.ForwardRefExoticComponent & React.RefAttributes>; export default AsyncCombobox; export type { IOption, IAsyncProps }; export type { IActionMetaBase, IOptionsOrGroups, IOnChange } from "../Combobox/Combobox.types";