/** * 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 SignalSplitViewCustomEvent } from "@signal-web-ui/core"; import { SignalSplitView as SignalSplitViewElement } from "@signal-web-ui/core/dist/custom-elements/signal-split-view.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; export type SignalSplitViewEvents = { onSizesChange: EventName>; }; export declare const SignalSplitView: StencilReactComponent; //# sourceMappingURL=signal-split-view.d.ts.map