export declare enum LayoutType { oneCellTemplate = "OneCellTemplate", twoColumnTemplate = "TwoColumnTemplate", fourCellTemplate = "FourCellTemplate", twocelltemplate = "Twocelltemplate", twocolumnbottom30template = "TwoColumnBottom30Template", twocolumntop30template = "TwoColumnTop30Template", twoRowTemplate = "TwoRowTemplate", tworowleft30template = "TwoRowLeft30Template", tworowright30template = "TwoRowRight30Template", threeRowTemplate = "ThreeRowTemplate", threeColumnTemplate = "ThreeColumnTemplate", reverseTwoRowThreeCellTemplate = "ReverseTwoRowThreeCellTemplate", twoRowThreeCellTemplate = "TwoRowThreeCellTemplate", twocolumnthreecelltemplate = "TwoColumnThreeCellTemplate", fourcolumntemplate = "FourColumnTemplate", fourrowtemplate = "FourRowTemplate", reversetwocolumnthreecelltemplate = "ReverseTwoColumnThreeCellTemplate", threeRowFourCellTemplate = "ThreeRowFourCellTemplate", threecolumnfourcelltemplate = "ThreeColumnFourCellTemplate", twocolumnsixcelltemplate = "TwoColumnSixCellTemplate", twocolumneightcelltemplate = "TwoColumnEightCellTemplate", twoRowTop15Template = "TwoRowTop15Template", twoRowBottom15Template = "TwoRowBottom15Template", twoRowFiveCellTemplate = "TwoRowFiveCellTemplate", reverseTwoRowFiveCellTemplate = "ReverseTwoRowFiveCellTemplate", none = "none" } export declare enum Status { success = "success", error = "error", statusChange = "statusChange" } export declare enum ReportType { dashboard = "dashboard" } export declare enum ChartTypes { NONE = "none", GRID = "grid", TEXTPANE = "textPane" } export declare enum TextTransformType { BOLD = "bold", ITALIC = "italic", UNDERLINE = "underline", NORMAL = "normal", LARGE = "large", STRIKE = "strike", UNORDEREDLIST = "unorderedList", ORDEREDLIST = "orderedList" } export declare enum StickyThemes { YELLOW = "yellow", GREEN = "green", TEAL = "teal", BLUE = "blue", DARKBLUE = "darkblue", PURPLE = "purple", RED = "red", ORANGE = "orange" } export declare enum ExportMode { export = "export", scheduler = "scheduler" } export declare enum LinkDimenModes { linking = "linking", baseMap = "baseMap", nameMap = "nameMap" } export interface DefaultReportLayout { type: string; visualizersCount: number; className: string; serverType: string; } export declare const DefaultReportLayouts: DefaultReportLayout[]; export declare enum MessageMode { message = "message", recipients = "recipients" }