/// declare const cmsdemo2: { ({ contents }: { contents: any; }): JSX.Element; getInitialProps({ asPath }: { asPath: any; }): Promise<{ contents: any; }>; }; export default cmsdemo2;