import * as RadixSwitch from '@radix-ui/react-switch'; export type ToggleSwitchProps = RadixSwitch.SwitchProps; declare const ToggleSwitch: ({ checked, onCheckedChange, ...rest }: ToggleSwitchProps) => import("react/jsx-runtime").JSX.Element; export { ToggleSwitch };