import { Service } from '@zag-js/core'; import { PropTypes, NormalizeProps } from '@zag-js/types'; import { PinInputSchema, PinInputApi } from './pin-input.types.js'; declare function connect(service: Service, normalize: NormalizeProps): PinInputApi; export { connect };