/** * 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 SignalDropdownCustomEvent } from "@signal-web-ui/core"; import { SignalDropdown as SignalDropdownElement } from "@signal-web-ui/core/dist/custom-elements/signal-dropdown.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; export type SignalDropdownEvents = { onOpenChange: EventName>; onItemSelect: EventName>; }; export declare const SignalDropdown: StencilReactComponent; //# sourceMappingURL=signal-dropdown.d.ts.map