import React from 'react'; import { TabsProps } from './type'; declare const LczTabBar: React.MemoExoticComponent<(props?: TabsProps) => React.JSX.Element>; export default LczTabBar;