export declare const LocalStorage: { getSidebarPinState(): boolean; setSidebarPinState(state: boolean): void; };