import { n as INavItem } from "./nav-C5Giugwd.js"; import { t as IDocsConfig } from "./context.types-DBgVFCwy.js"; import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/docs/docs-pager.d.ts interface IDocsPagerProps { doc: { slug?: string; title: string; }; /** Override the global docsConfig with a package-specific sidebar (used by per-package slug pages). */ config?: IDocsConfig; } declare function DocsPagerBottom({ doc, config }: IDocsPagerProps): react_jsx_runtime0.JSX.Element | null; declare function DocsPagerTop({ doc, config }: IDocsPagerProps): react_jsx_runtime0.JSX.Element | null; declare function getPagerForDoc(doc: IDocsPagerProps['doc'], docsConfig: IDocsConfig): { next: INavItem | null; prev: INavItem | null; }; //#endregion export { DocsPagerTop as n, getPagerForDoc as r, DocsPagerBottom as t };