/// import './login.scss'; import { App } from '../..'; export interface IScope extends ng.IScope { app: App; } declare const _default: () => { restrict: string; template: any; scope: { app: string; }; link: { pre(scope: IScope): void; }; }; export default _default;