import * as React from 'react'; 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.Element; export { Switch };