import { NextraThemeLayoutProps } from 'nextra/types'; import { FC } from 'react'; declare const Index: FC; export { Index as default };