import { SidebarProps } from './Sidebar'; export type SidebarContextValue = Pick; export declare const SidebarContext: import('react').Context;