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