import { default as React } from 'react'; export declare const ExplorePage: ({ runTour, joyrideCallback, gatewayUrl, publicGatewayUrl }: { runTour?: boolean; joyrideCallback?: any; gatewayUrl?: any; publicGatewayUrl?: string; }) => null | React.ReactNode; export default ExplorePage;