import { ToggleGroup as ToggleGroupPrimitive, Toggle as TogglePrimitive } from 'radix-ui'; import * as React from 'react'; declare const Toggle: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const ToggleGroup: React.ForwardRefExoticComponent<(Omit, "ref"> | Omit, "ref">) & React.RefAttributes>; declare const ToggleGroupItem: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export { Toggle, ToggleGroup, ToggleGroupItem }; //# sourceMappingURL=toggle.d.ts.map