import { PropTypes, NormalizeProps } from '@zag-js/types'; import { ToggleGroupService, ToggleGroupApi } from './toggle-group.types.js'; import '@zag-js/core'; declare function connect(service: ToggleGroupService, normalize: NormalizeProps): ToggleGroupApi; export { connect };