/** * Tracks whether the page is scrolled and reflects it as `data-scrolled` on * ``, so CSS can fade the home navbar border in only after scrolling. * * Rendered by `GeistdocsHomeLayout`, so it is only mounted on the home route. */ export declare const ScrollState: () => null; //# sourceMappingURL=scroll-state.d.ts.map