import { PropTypes, NormalizeProps } from '@zag-js/types'; import { NumberInputService, NumberInputApi } from './number-input.types.js'; import '@internationalized/number'; import '@zag-js/core'; declare function connect(service: NumberInputService, normalize: NormalizeProps): NumberInputApi; export { connect };