import React from 'react'; import { KubedNumberSize, KubedSizes, KubedTheme } from '../theme'; export declare const WRAPPER_PADDING = 0; interface TabsStyles extends React.ComponentPropsWithoutRef { theme?: KubedTheme; fullWidth?: boolean; color?: string; radius?: KubedNumberSize; reduceMotion?: boolean; transitionDuration?: number; transitionTimingFunction?: string; size?: KubedSizes; direction?: 'horizontal' | 'vertical'; variant?: 'pills' | 'line' | 'outline'; active?: boolean; } export declare const TabControl: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, TabsStyles, never>; export declare const TabControlLabel: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, TabsStyles, never>; export declare const TabsContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, TabsStyles, never>; export declare const TabControlList: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, TabsStyles, never>; export declare const TabPanel: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, TabsStyles, never>; interface BgSpanStyles extends React.ComponentPropsWithoutRef { } export declare const PillsBg: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, BgSpanStyles, never>; export declare const LineBg: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, BgSpanStyles, never>; export {}; //# sourceMappingURL=Tabs.styles.d.ts.map