import './npc.scss'; import { Store } from '../../lib/store'; import { App } from '../../lib/app'; declare const _default: (app: App, store: Store) => () => { restrict: string; template: any; scope: {}; link: { pre(scope: any, element: any): Promise; }; }; export default _default;