/** * 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 SignalSidebarCustomEvent } from "@signal-web-ui/core"; import { SignalSidebar as SignalSidebarElement } from "@signal-web-ui/core/dist/custom-elements/signal-sidebar.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; export type SignalSidebarEvents = { onNavigate: EventName>; onToggle: EventName>; }; export declare const SignalSidebar: StencilReactComponent; //# sourceMappingURL=signal-sidebar.d.ts.map