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