import * as react from 'react';
import { SwitchProps } from './Switch.types.js';
import '@radix-ui/react-switch';

declare const Switch: react.ForwardRefExoticComponent<SwitchProps & react.RefAttributes<HTMLButtonElement>>;

export { Switch, Switch as default };
