import type { StoryContext, StoryFn } from "@storybook/react";
import React from "react";
import { createActorKitContext } from "./createActorKitContext";
import type { AnyActorKitStateMachine } from "./types";
export declare const withActorKit: <TMachine extends AnyActorKitStateMachine>({ actorType, context, }: {
    actorType: string;
    context: ReturnType<typeof createActorKitContext<TMachine>>;
}) => (Story: StoryFn, storyContext: StoryContext) => React.ReactElement;
//# sourceMappingURL=withActorKit.d.ts.map