import { PropTypes, NormalizeProps } from '@zag-js/types'; import { AngleSliderService, AngleSliderApi } from './angle-slider.types.js'; import '@zag-js/core'; declare function connect(service: AngleSliderService, normalize: NormalizeProps): AngleSliderApi; export { connect };