declare module fb { interface IFbFlexItemOptionsScope extends ng.IScope { flexAttributes: fb.IFlexItemAttributes; flexBasisOptions: any; alignSelfOptions: any; showDialog: boolean; } }