export interface AppLayoutContextProps { stickyOffsetBottom: number; stickyOffsetTop: number; } export declare const AppLayoutContext: import("react").Context; export declare function useAppLayoutContext(): { stickyOffsetBottom: number; stickyOffsetTop: number; }; //# sourceMappingURL=app-layout-context.d.ts.map