import * as React from 'react'; import type { ServerSideProps } from '../get-server-props'; export default function Routes({ pageProps }: { pageProps: ServerSideProps; }): React.JSX.Element; //# sourceMappingURL=index.d.ts.map