import * as zagSwitch from "@zag-js/switch"; import { VanillaMachine } from "@zag-js/vanilla"; import { Component } from "../lib"; export declare class ZagSwitch extends Component { initMachine(props: zagSwitch.Props): VanillaMachine; initApi(): zagSwitch.Api>; render(): void; } export declare function initSwitch(doc?: HTMLElement | Document): void;