export declare const DashboardContext: import('react').Context<{
    shrinkable: boolean;
}>;
