declare module fb { interface IFbFormRadioButtonGroupScope extends ng.IScope { model: fb.IChangeTrack; options: any; name: string; } }