import { LitElement } from 'lit';
import { Actor, AnyActorLogic, AnyActorRef } from 'xstate';
export declare const dispatchSpawn: <TLogic extends AnyActorLogic>(host: LitElement, eventType: string, logic: TLogic, onActor: (actor: Actor<TLogic>) => void) => void;
export declare const handleLogic: <TActor extends AnyActorRef>(parentActor: TActor | undefined) => (e: Event) => void;
//# sourceMappingURL=spawn-controller.d.ts.map