export declare enum DashboardStackMode {
    Regular = 0,
    Stacked = 1,
    /** Determine the mode automatically based on dashboard width. */
    Auto = 2
}
