/** * 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 SignalListItemCustomEvent } from "@signal-web-ui/core"; import { SignalListItem as SignalListItemElement } from "@signal-web-ui/core/dist/custom-elements/signal-list-item.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; export type SignalListItemEvents = { onItemClick: EventName>; }; export declare const SignalListItem: StencilReactComponent; //# sourceMappingURL=signal-list-item.d.ts.map