import { EventName } from '@lit/react'; import { default as Component } from '../../components/command/command.component.js'; import { DdsChangeEvent, DdsOpenedEvent, DdsClosedEvent, DdsCloseEvent } from '../../events/events'; export type { DdsChangeEvent } from '../../events/events'; export type { DdsOpenedEvent } from '../../events/events'; export type { DdsClosedEvent } from '../../events/events'; export type { DdsCloseEvent } from '../../events/events'; /** * `dap-ds-command` * @summary A command is a component that displays a list of commands. * @element dap-ds-command * @title - Command * * @event {{ value: string }} dds-change - Fired when the command value changes. * * @slot trigger - The trigger element for the command dropdown. * @slot - The command items. */ declare const reactWrapper: import('@lit/react').ReactWebComponent; onDdsOpened: EventName; onDdsClosed: EventName; onDdsClose: EventName; }>; export default reactWrapper;