import Tabs from './Tabs';
import type { IDefinePlugin } from '../types/index';
export * from './useTabs';
export { tabsProps } from './props';
export * from './type';
export declare const ProTabs: IDefinePlugin<typeof Tabs>;
