export declare const SIDEBAR_SIZES_CSS: {
    "extra-small": string;
    small: string;
    "medium-small": string;
    medium: string;
    "medium-large": string;
    large: string;
    "extra-large": string;
};
export declare const SIDEBAR_SIZES: string[];
export declare const SIDEBAR_ALIGNMENTS: string[];
