/** * 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 SignalSnackbarCustomEvent } from "@signal-web-ui/core"; import { SignalSnackbar as SignalSnackbarElement } from "@signal-web-ui/core/dist/custom-elements/signal-snackbar.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; export type SignalSnackbarEvents = { onAction: EventName>; onDismiss: EventName>; }; export declare const SignalSnackbar: StencilReactComponent; //# sourceMappingURL=signal-snackbar.d.ts.map