export default TgSuggest; declare function TgSuggest({ disabled, inputProps: _inputProps, intent, isLoading, isSimpleSearch, multi, noResultsText, notCreateable, onBlur, onChange, optionRenderer, options, placeholder, popoverProps: _popoverProps, value, ...rest }: { [x: string]: any; disabled: any; inputProps: any; intent: any; isLoading: any; isSimpleSearch: any; multi: any; noResultsText: any; notCreateable: any; onBlur: any; onChange: any; optionRenderer: any; options: any; placeholder: any; popoverProps: any; value: any; }): import("react/jsx-runtime").JSX.Element;