/** * 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 { EventName, StencilReactComponent } from './react-runtime.js'; import { type DsToastCustomEvent, type ToastActionEventDetail, type ToastCloseEventDetail, type ToastEventDetail } from "@ds-mo/ui"; import type { Components } from "@ds-mo/ui/dist/components"; import { DsToast as DsToastElement } from "@ds-mo/ui/dist/components/ds-toast.js"; export type DsToastEvents = { onDsToastClose: EventName>; onDsToastRemove: EventName>; onDsToastAction: EventName>; }; export declare const DsToast: StencilReactComponent;