export declare const TabsTheme: { root: { transitionDuration: string; }; tablist: { borderWidth: string; background: string; borderColor: string; }; tab: { background: string; hoverBackground: string; activeBackground: string; borderWidth: string; borderColor: string; hoverBorderColor: string; activeBorderColor: string; color: string; hoverColor: string; activeColor: string; padding: string; fontWeight: string; margin: string; gap: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; }; tabpanel: { background: string; color: string; padding: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; }; navButton: { background: string; color: string; hoverColor: string; width: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; }; activeBar: { height: string; bottom: string; background: string; }; colorScheme: { light: { navButton: { shadow: string; }; }; dark: { navButton: { shadow: string; }; }; }; };