import * as react_jsx_runtime from 'react/jsx-runtime'; import { Toggle } from '@base-ui/react/toggle'; import { ToggleGroup as ToggleGroup$1 } from '@base-ui/react/toggle-group'; import { VariantProps } from 'class-variance-authority'; import { toggleVariants } from './toggle.js'; import 'class-variance-authority/types'; declare function ToggleGroup({ className, variant, size, spacing, orientation, children, ...props }: ToggleGroup$1.Props & VariantProps & { spacing?: number; orientation?: "horizontal" | "vertical"; }): react_jsx_runtime.JSX.Element; declare function ToggleGroupItem({ className, children, variant, size, ...props }: Toggle.Props & VariantProps): react_jsx_runtime.JSX.Element; export { ToggleGroup, ToggleGroupItem };