import { Service } from '@zag-js/core'; import { PropTypes, NormalizeProps } from '@zag-js/types'; import { TagsInputSchema, TagsInputApi } from './tags-input.types.js'; import '@zag-js/interact-outside'; import '@zag-js/live-region'; declare function connect(service: Service, normalize: NormalizeProps): TagsInputApi; export { connect };