import { debounce } from './helpers' import Settings from './settings' import Store, { Optgroup, Option } from './store' import CssClasses from './classes' export interface Callbacks { open: () => void close: () => void addable?: ( value: string ) => Promise | string> | Partial