import { PropTypes, NormalizeProps } from '@zag-js/types'; import { SwitchService, SwitchApi } from './switch.types.js'; import '@zag-js/core'; declare function connect(service: SwitchService, normalize: NormalizeProps): SwitchApi; export { connect };