import * as ToggleGroup from '@radix-ui/react-toggle-group'; import * as React from 'react'; type RootType = { disableDeselect?: boolean; }; export declare const ToggleGroupRoot: React.ForwardRefExoticComponent<(Omit & RootType, "ref"> | Omit & RootType, "ref">) & React.RefAttributes>; export {};