/** * This file was automatically generated by the Stencil React Output Target. * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. */ import { type SignalSwitchCustomEvent } from "@signal-web-ui/core"; import { SignalSwitch as SignalSwitchElement } from "@signal-web-ui/core/dist/custom-elements/signal-switch.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; export type SignalSwitchEvents = { onValueChange: EventName>; }; export declare const SignalSwitch: StencilReactComponent; //# sourceMappingURL=signal-switch.d.ts.map