declare module fb { interface IFbTruncatingText extends ng.IScope { text: string; title: string; hoveringCondition: boolean; isBeingHovered(): string; } }