/** @jsxImportSource react */ import { Widget } from "../Widget"; import { Instance } from "../Instance"; import { Create } from "../../util/Component"; import { View } from "../../data/View"; export interface StartAppLoopOptions { destroyDelay?: number; removeParentDOMElement?: boolean; [key: string]: any; } export declare function startAppLoop(parentDOMElement: HTMLElement, storeOrInstance?: View | Instance, widget?: Create | Create[], options?: StartAppLoopOptions): () => void; //# sourceMappingURL=startAppLoop.d.ts.map