import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import { Switch as Switch$1 } from 'radix-ui'; declare function Switch({ className, size, ...props }: React.ComponentProps & { size?: "sm" | "default"; }): react_jsx_runtime.JSX.Element; export { Switch };