declare module fb { interface IFbSendButtonScope extends ng.IScope { deferred?: any; options?: any; isSuccess(): boolean; state: number; } }