/** * 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 DsSelectCustomEvent, type SelectOptionActionDetail, type SelectOptionSubtextActionDetail, type SelectValue } from "@ds-mo/ui"; import type { Components } from "@ds-mo/ui/dist/components"; import { DsSelect as DsSelectElement } from "@ds-mo/ui/dist/components/ds-select.js"; export type DsSelectEvents = { onDsChange: EventName>; onDsClear: EventName>; onDsOpenChange: EventName>; onDsFooterAction: EventName>; onDsOptionAction: EventName>; onDsOptionSubtextAction: EventName>; }; export declare const DsSelect: StencilReactComponent;