export declare const IS_SIDEBAR_OPENED_STORAGE_KEY = "is-sidebar-opened"; export interface CuiSidebarLink { readonly text: string; }