import './note.scss'; import { Store } from '../../lib/store'; import { App } from '../../lib/app'; import { IScope } from './note-types'; declare const _default: (app: App, store: Store) => () => { restrict: string; template: any; scope: { note: string; permissions: string; quixNoteOptions: string; marked: string; runner: string; hasChanges: string; saving: string; onContentChange: string; onNameChange: string; onShare: string; onClone: string; onDelete: string; onMarkToggle: string; onSave: string; onRun: string; onRunnerCreated: string; onRunnerDestroyed: string; }; link: { pre(scope: IScope): Promise; }; }; export default _default;