import { EventName } from "@lit/react"; import type { WarpSwitch, WarpSwitchChangeEvent } from "./switch.js"; /** * The Switch component allows users to toggle between two states. * * [Warp component reference](https://warp-ds.github.io/docs/components/switch/frameworks/elements) */ export declare const Switch: import("@lit/react").ReactWebComponent; onchange: EventName; }>;