module fb { export interface IFbColorPickerScope extends ng.IScope { active: boolean; color: string; colors: string[]; setColorString(color: string); } }