import * as React from 'react'; import * as SwitchPrimitive from '@radix-ui/react-switch'; type SwitchProps = React.ComponentProps; declare function Switch(props: SwitchProps): import("react/jsx-runtime").JSX.Element; export { Switch, type SwitchProps }; //# sourceMappingURL=switch.d.ts.map