import React from "react"; import * as Toggles from "@radix-ui/react-toggle-group"; export declare const ToggleGroup: { Root: React.ForwardRefExoticComponent<(Omit, "ref"> | Omit, "ref">) & React.RefAttributes>; Item: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; }; //# sourceMappingURL=ToggleGroup.d.ts.map