import React from 'react'; import type { AppLayoutProviderValue } from './types'; export declare const AppLayoutContext: React.Context; export declare const useAppLayoutContext: () => AppLayoutProviderValue;