export default Logout;
declare function Logout({ location }: {
    location: any;
}): string;
