import { DocsLayout as FumadocsDocsLayout } from "fumadocs-ui/layouts/docs"; import type { ComponentProps, ReactNode } from "react"; import { type GeistdocsConfig } from "./config"; interface GeistdocsHomeLayoutProps { children: ReactNode; config: Pick & Partial>; tree: ComponentProps["tree"]; } export declare const GeistdocsHomeLayout: ({ config, tree, children, }: GeistdocsHomeLayoutProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=home-layout.d.ts.map