export default withAuth; declare function withAuth(WrappedComponent: any, Router: any): (props: any) => React.JSX.Element; import React from "react";