import { Section } from "../sidebar-nav/sidebar-nav"; export declare const DocsContent: ({ children }: { children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export declare const DocsWrapper: ({ sections, children, searchBoxTrigger, }: { sections: Section[]; children: React.ReactNode; searchBoxTrigger: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element;