/** * 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 DsMobileSheetNavCustomEvent, type NavChromeStyle } from "@ds-mo/ui"; import type { Components } from "@ds-mo/ui/dist/components"; import { DsMobileSheetNav as DsMobileSheetNavElement } from "@ds-mo/ui/dist/components/ds-mobile-sheet-nav.js"; export type DsMobileSheetNavEvents = { onDsAreaSelect: EventName>; onDsBrowseContextChange: EventName>; onDsClose: EventName>; }; export declare const DsMobileSheetNav: StencilReactComponent;