import { a as Machine, d as FieldMachine, u as FieldAwareComponent } from "./index-B8JCdyld.js"; import * as zagSwitch from "@zag-js/switch"; import * as _$_zag_js_types0 from "@zag-js/types"; //#region Resources/Private/Primitives/Switch/Switch.d.ts declare class Switch extends FieldAwareComponent { static name: string; propsWithField(props: zagSwitch.Props, fieldMachine: FieldMachine): zagSwitch.Props; initMachine(props: zagSwitch.Props): Machine; initApi(): zagSwitch.Api<_$_zag_js_types0.PropTypes<{ [x: string]: any; }>>; render(): void; } //#endregion export { Switch };