import * as React from 'react'; import { type PageProps } from '@redocly/config'; export default function OpenAPIDocs({ pageProps }: { pageProps: PageProps; }): React.JSX.Element | "Something went wrong"; //# sourceMappingURL=template.d.ts.map