export declare const RESPONSIVE_BREAKPOINTS: {
    SM: number;
    MD: number;
    LG: number;
    XL: number;
    XXL: number;
};
/**
 * The width of the window in pixels at which the navbar should collapse.
 */
export declare const WINDOW_WIDTH_FOR_COLLAPSED_NAVBAR: number;
