This could cause conflicts if, for example, you use a barrel file:
export * from './toggle'
export * from './toggle-group'
As a workaround, I removed the export keyword from the Toggle function in toggle-group.tsx, since it is already exposed as ToggleGroupItem