declare module fb { interface ITextWidthService { getWidth(str: string, style: CSSStyleDeclaration): number; getMaxAvaliableWidth(str: string, width: number, style: CSSStyleDeclaration): number; } }