importtype { DocumentInitialProps } from'next/document';
exportdeclarefunctionpropsWithCssText(/** Value returned from the getInitialProps static method on the Document class (in next/document). */initialProps: DocumentInitialProps): Promise<DocumentInitialProps>;