import React from 'react'; import type { LeftTabsProps } from '../../interface'; declare const LeftTabs: React.FC; export default LeftTabs;