import * as _vanilla_extract_recipes from '@vanilla-extract/recipes'; declare const switchStyle: string; declare const switchUnselectedStyle: string; declare const switchSelectedStyle: string; declare const switchDisabledStyle: string; declare const switchInputStyle: string; declare const switchTrackStyle: _vanilla_extract_recipes.RuntimeFn<{ selected: { false: { "::before": { backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; border: `2px solid var(--${string})` | `2px solid var(--${string}, ${string})` | `2px solid var(--${string}, ${number})`; }; }; true: { "::before": { backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; }; }; }>; declare const switchHandleContainerStyle: _vanilla_extract_recipes.RuntimeFn<{ selected: { false: { marginInlineEnd: number; }; true: { marginInlineStart: number; }; }; }>; declare const switchHandleStyle: _vanilla_extract_recipes.RuntimeFn<{ selected: { false: { width: number; height: number; "::before": { backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; selectors: { [x: string]: { backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; }; }; true: { width: number; height: number; "::before": { backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; selectors: { [x: string]: { backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; }; }; }; icon: { false: {}; true: { width: number; height: number; }; }; }>; declare const switchIconsStyle: _vanilla_extract_recipes.RuntimeFn<{ selected: { false: { color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; true: { color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; }; }>; declare const switchIconStyle: string; export { switchDisabledStyle, switchHandleContainerStyle, switchHandleStyle, switchIconStyle, switchIconsStyle, switchInputStyle, switchSelectedStyle, switchStyle, switchTrackStyle, switchUnselectedStyle };