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