declare module fb { interface IScrollService { scrollTo(id: string): any; scrollToPosition(x: number, y: number): void; } }