export declare const ToggleswitchTheme: { root: { width: string; height: string; borderRadius: string; gap: string; shadow: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; borderWidth: string; borderColor: string; hoverBorderColor: string; checkedBorderColor: string; checkedHoverBorderColor: string; invalidBorderColor: string; transitionDuration: string; slideDuration: string; }; handle: { borderRadius: string; size: string; }; colorScheme: { light: { root: { background: string; disabledBackground: string; hoverBackground: string; checkedBackground: string; checkedHoverBackground: string; }; handle: { background: string; disabledBackground: string; hoverBackground: string; checkedBackground: string; checkedHoverBackground: string; color: string; hoverColor: string; checkedColor: string; checkedHoverColor: string; }; }; dark: { root: { background: string; disabledBackground: string; hoverBackground: string; checkedBackground: string; checkedHoverBackground: string; }; handle: { background: string; disabledBackground: string; hoverBackground: string; checkedBackground: string; checkedHoverBackground: string; color: string; hoverColor: string; checkedColor: string; checkedHoverColor: string; }; }; }; };