import { IScope } from './console-types'; import './console-result.scss'; declare const _default: () => { restrict: string; template: any; scope: { query: string; }; link: { pre(scope: IScope): Promise; }; }; export default _default;