/** * 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 SignalComboboxCustomEvent } from "@signal-web-ui/core"; import { SignalCombobox as SignalComboboxElement } from "@signal-web-ui/core/dist/custom-elements/signal-combobox.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; export type SignalComboboxEvents = { onValueChange: EventName>; onOpenChange: EventName>; onQueryChange: EventName>; onClear: EventName>; }; export declare const SignalCombobox: StencilReactComponent; //# sourceMappingURL=signal-combobox.d.ts.map