import React from 'react'; import { SearchAssociationBaseItem, SearchBarProps, SearchBarRef } from './type'; export type { SearchBarProps, SearchBarRef, SearchAssociationHighlightMode, SearchAssociationItem, SearchAssociationShowType, SearchBarShape, } from './type'; /** * 搜索栏组件 * @en SearchBar component * @type 数据录入 * @type_en Data Entry * @name 搜索栏 * @name_en SearchBar */ declare const SearchBar: React.ForwardRefExoticComponent & React.RefAttributes>; export default SearchBar;