export declare function useSuggestions({ autosuggest, onSelect }: {
    autosuggest: any;
    onSelect: any;
}): any;
