import './search-results.scss'; import 'highlight.js/styles/tomorrow.css'; import { Store } from '../../lib/store'; import { App } from '../../lib/app'; import { IScope } from './search-results-types'; declare const _default: (app: App, store: Store) => () => { restrict: string; template: any; scope: {}; link: { pre(scope: IScope): Promise; }; }; export default _default;