import React from 'react'; import type { IndexBarBaseData, IndexBarProps, IndexBarRef, IndexBarGroupProps } from './type'; export type { IndexBarProps, IndexBarRef, IndexBarGroupProps, IndexBarGroupRef, IndexBarChangeTrigger, IndexBarIndexType, IndexBarTipType, } from './type'; declare const _default: React.ForwardRefExoticComponent & React.RefAttributes> & { Group: React.ForwardRefExoticComponent & React.RefAttributes>; }; /** * 索引栏组件 * @en IndexBar component * @type 导航 * @type_en Navigation * @name 索引栏 * @name_en SearchBar */ export default _default;