import { CanvasEventHandlers } from "../../../lib/type/components/events";
import { ScreenShotRenderStrategy } from "../../../lib/type/application/ScreenShotPlan";
export declare const loadScreenFlowData: (triggerCallback: Function | undefined, renderStrategy: ScreenShotRenderStrategy, screenShotImageController: HTMLCanvasElement, mouseEventFn: CanvasEventHandlers, topEl: HTMLDivElement) => void;
