declare const _default: {
    options: never[];
    optgroups: never[];
    plugins: never[];
    delimiter: string;
    splitOn: null;
    persist: boolean;
    diacritics: boolean;
    create: null;
    createOnBlur: boolean;
    createFilter: null;
    clearAfterSelect: boolean;
    highlight: boolean;
    openOnFocus: boolean;
    shouldOpen: null;
    maxOptions: number;
    maxItems: null;
    hideSelected: null;
    duplicates: boolean;
    addPrecedence: boolean;
    selectOnTab: boolean;
    preload: null;
    allowEmptyOption: boolean;
    refreshThrottle: number;
    loadThrottle: number;
    loadingClass: string;
    dataAttr: null;
    optgroupField: string;
    valueField: string;
    labelField: string;
    disabledField: string;
    optgroupLabelField: string;
    optgroupValueField: string;
    lockOptgroupOrder: boolean;
    sortField: string;
    searchField: string[];
    searchConjunction: string;
    mode: null;
    wrapperClass: string;
    controlClass: string;
    dropdownClass: string;
    dropdownContentClass: string;
    itemClass: string;
    optionClass: string;
    dropdownParent: null;
    controlInput: string;
    copyClassesToDropdown: boolean;
    placeholder: null;
    hidePlaceholder: null;
    shouldLoad: (query: string) => boolean;
    render: {};
};
export default _default;
