/** * 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 DsTableSavedViewsCustomEvent, type TableSavedViewChangeDetail, type TableSavedViewCreateDetail, type TableSavedViewDiscardDetail, type TableSavedViewRemoveDetail, type TableSavedViewRenameDetail, type TableSavedViewSaveDetail } from "@ds-mo/ui"; import type { Components } from "@ds-mo/ui/dist/components"; import { DsTableSavedViews as DsTableSavedViewsElement } from "@ds-mo/ui/dist/components/ds-table-saved-views.js"; export type DsTableSavedViewsEvents = { onDsViewChange: EventName>; onDsViewCreate: EventName>; onDsViewRename: EventName>; onDsViewRemove: EventName>; onDsViewSave: EventName>; onDsViewDiscard: EventName>; }; export declare const DsTableSavedViews: StencilReactComponent;