export declare const useAutocompleteOptionsHook: ({ CREATION_PREFIX_LABEL, creationAllowed, filterOptions: _filterOptions, getOptionLabel: _getOptionLabel, highlightField, highlightSearchResults, options: _options, optionConverter, raiseSelectedToTop, renderOption: _renderOption, sortBy, sortDir, }: {
    CREATION_PREFIX_LABEL: any;
    creationAllowed: any;
    filterOptions: any;
    getOptionLabel: any;
    highlightField: any;
    highlightSearchResults: any;
    options: any;
    optionConverter: any;
    raiseSelectedToTop: any;
    renderOption: any;
    sortBy: any;
    sortDir: any;
}) => {
    options: any;
    filterOptions: any;
    getOptionLabel: any;
    renderOption: any;
};
//# sourceMappingURL=useAutocompleteOptions.hook.d.ts.map