import { PropTypes, NormalizeProps } from '@zag-js/types'; import { Service } from '@zag-js/core'; import { AvatarSchema, AvatarApi } from './avatar.types.js'; declare function connect(service: Service, normalize: NormalizeProps): AvatarApi; export { connect };