import * as React from "react"; interface OwnProps { redirectToWhenInactive?: string; } export declare class InsightsGate extends React.PureComponent<{ children: React.ReactNode; } & OwnProps> { render(): JSX.Element; } export {};