import './plugin-picker.scss'; import { Store } from '../../lib/store'; import { App } from '../../lib/app'; import { IScope } from './plugin-picker-types'; declare const _default: (app: App, store: Store) => () => { restrict: string; template: any; require: string; scope: { module: string; filter: string; onChange: string; onLoad: string; }; link: { pre(scope: IScope, element: any, attr: any, ngModel: any): Promise; }; }; export default _default;