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