/// export type SidebarContextProps = { isFixedWidth?: boolean; }; export declare const SidebarContext: import("react").Context;