type TabsStyle = { tabsBoxShadow?: string; tabsPanesBorderWidth?: string; tabsPanesBorderColor?: string; tabsPanesBorderRadius?: string; tabsPanesBg?: string; }; export { TabsStyle };