import { TFunction } from '@sisense/sdk-common'; type ForecastToolipProps = { x1Value?: string; x2Value?: string; title: string; forecastValue: string; upperValue: string; lowerValue: string; confidenceValue: string; translate?: TFunction; }; export default function ForecastToolipComponent(props: ForecastToolipProps): import("react/jsx-runtime").JSX.Element; export declare const renderForecastTooltipString: (props: ForecastToolipProps) => string; export {}; //# sourceMappingURL=forecast-tooltip.d.ts.map