import './note-share.scss'; import { Store } from '../../lib/store'; import { App } from '../../lib/app'; import { IScope } from './note-share-types'; declare const _default: (app: App, store: Store) => () => { restrict: string; template: any; scope: { note: string; notebook: string; params: string; }; link: { pre(scope: IScope): Promise; }; }; export default _default;