export namespace SIDE_PANEL_SIZES {
    let xs: string;
    let sm: string;
    let md: string;
    let lg: string;
    let xl: string;
    let max: string;
}
