import './runner.scss'; import { Store } from '../../lib/store'; import { App } from '../../lib/app'; import { IScope } from './runner-types'; declare const _default: (app: App, store: Store) => () => { restrict: string; template: any; scope: { type: string; textContent: string; richContent: string; runner: string; quixRunnerOptions: string; renderStats: string; getDownloadFileName: string; onContentChange: string; onSave: string; onRun: string; onEditorInstanceLoad: string; onRunnerInstanceLoad: string; onRunnerCreated: string; onRunnerDestroyed: string; onParamsShare: string; readonly: string; }; link: { pre(scope: IScope): Promise; }; }; export default _default;