import './temp-query.scss'; import { Store } from '../../lib/store'; import { App } from '../../lib/app'; import { IScope } from './temp-query-types'; declare const _default: (app: App, store: Store) => () => { restrict: string; template: any; scope: { type: string; textContent: string; richContent: string; autorun: string; }; link: { pre(scope: IScope): void; }; }; export default _default;