/// <reference types="react" />
/// <reference types="react" />
import type { TabBarProps, TabValue } from './interface';
declare const _default: <T extends TabValue>(p: TabBarProps<T>) => JSX.Element;
export default _default;
//# sourceMappingURL=tab-bar.d.ts.map