/// import type { TColor } from '@revert/color'; export declare type TSwitchThemeContext = { backgroundColor: TColor; activeBackgroundColor: TColor; hoveredBackgroundColor: TColor; activeHoveredBackgroundColor: TColor; pressedBackgroundColor: TColor; activePressedBackgroundColor: TColor; focusedOuterBorderColor: TColor; activeFocusedOuterBorderColor: TColor; iconColor: TColor; activeIconColor: TColor; hoveredIconColor: TColor; activeHoveredIconColor: TColor; pressedIconColor: TColor; activePressedIconColor: TColor; }; export declare const SwitchThemeContext: import("react").Context;