/// declare const BodyWrapper: ({ children, ...props }: { [x: string]: any; children: any; }) => JSX.Element; export default BodyWrapper;