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