import * as React from "react"; interface Props { statisticsValue: React.ReactNode; statisticsDescription: string; isWarning?: boolean; shouldShowStatistics?: boolean; } export declare const InfoWrapper: React.FC; export {};