/** * 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 SignalDrawerCustomEvent } from "@signal-web-ui/core"; import { SignalDrawer as SignalDrawerElement } from "@signal-web-ui/core/dist/custom-elements/signal-drawer.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; export type SignalDrawerEvents = { onOpenChange: EventName>; onClose: EventName>; }; export declare const SignalDrawer: StencilReactComponent; //# sourceMappingURL=signal-drawer.d.ts.map