import { type JSX } from "react"; import type { Props } from "@theme/DocItem/Layout"; export default function DocItemLayout({ children }: Props): JSX.Element;