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