import { Service } from '@zag-js/core'; import { PropTypes, NormalizeProps } from '@zag-js/types'; import { ToastGroupSchema, ToastGroupApi } from './toast.types.js'; import '@zag-js/dom-query'; declare function groupConnect(service: Service, normalize: NormalizeProps): ToastGroupApi; export { groupConnect };