/// <reference types="react" />
export default function Wrapper(props: {
PageWrapper: any;
}): JSX.Element;