/** * 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 DsPanelToolSearchCustomEvent } from "@ds-mo/ui"; import type { Components } from "@ds-mo/ui/dist/components"; import { DsPanelToolSearch as DsPanelToolSearchElement } from "@ds-mo/ui/dist/components/ds-panel-tool-search.js"; export type DsPanelToolSearchEvents = { onDsChange: EventName>; onDsClear: EventName>; onDsFilterToggle: EventName>; }; export declare const DsPanelToolSearch: StencilReactComponent;