/// declare const DemoWrapper: ({ children }: { children: any; }) => JSX.Element; export default DemoWrapper;