///
///
export interface ILink extends ng.IDirectiveLinkFn {
(scope: ng.IScope, element: JQuery, attr: {
mdBindHtmlUnsafe: string;
}): void;
}
export declare class BindHtmlUnsafeDirective implements ng.IDirective {
link: ILink;
static factory(): ng.IDirectiveFactory;
}