import * as _vanilla_extract_recipes from '@vanilla-extract/recipes'; declare const tabStyle: _vanilla_extract_recipes.RuntimeFn<{ active: { false: { color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; vars: { [x: string]: `var(--${string})`; }; }; true: { color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; vars: { [x: string]: `var(--${string})`; }; }; }; }>; declare const tabContentStyle: _vanilla_extract_recipes.RuntimeFn<{ variant: { primary: { flexDirection: "column"; }; secondary: { width: "100%"; flexDirection: "row"; gap: number; }; }; withIcon: { false: {}; true: {}; }; }>; declare const focusStyle: string; export { focusStyle, tabContentStyle, tabStyle };