declare module fb { interface IFbFormCommonScope extends ng.IScope { hasValue(): boolean; missValue(): boolean; invalidValue(): boolean; model: fb.IChangeTrack; disableReason: string; actionType: string; actionTypeOptions: any; getClass(element: string): any; } }