import type { ReactNode } from "react"; interface DocsPageErrorBoundaryProps { children: ReactNode; className?: string; } export declare const DocsPageErrorBoundary: import("react").ComponentType; export {}; //# sourceMappingURL=docs-page-error-boundary.d.ts.map