import { Switch, switchTag } from '@ni/nimble-components/dist/esm/switch'; import { type EventName } from '../utilities/react-wrapper'; export { switchTag }; export { type Switch }; export declare const NimbleSwitch: import("@lit/react").ReactWebComponent; }>; export interface SwitchChangeEvent extends CustomEvent { target: Switch; }