/** * 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 SignalTabsCustomEvent } from "@signal-web-ui/core"; import { SignalTabs as SignalTabsElement } from "@signal-web-ui/core/dist/custom-elements/signal-tabs.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; export type SignalTabsEvents = { onValueChange: EventName>; }; export declare const SignalTabs: StencilReactComponent; //# sourceMappingURL=signal-tabs.d.ts.map