/** * 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 SignalFeatureTableCustomEvent } from "@signal-web-ui/core"; import { SignalFeatureTable as SignalFeatureTableElement } from "@signal-web-ui/core/dist/custom-elements/signal-feature-table.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; export type SignalFeatureTableEvents = { onRowClick: EventName; }>>; onSelectionChanged: EventName>; onSortChange: EventName>; onFilterChange: EventName; }>>; onSearchChange: EventName>; onPageChange: EventName>; }; export declare const SignalFeatureTable: StencilReactComponent; //# sourceMappingURL=signal-feature-table.d.ts.map