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