/** * 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 SignalTagCustomEvent } from "@signal-web-ui/core"; import { SignalTag as SignalTagElement } from "@signal-web-ui/core/dist/custom-elements/signal-tag.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; export type SignalTagEvents = { onRemove: EventName>; }; export declare const SignalTag: StencilReactComponent; //# sourceMappingURL=signal-tag.d.ts.map