import React from 'react'; import { StackedAreaChartProps } from './types'; export declare const StackedAreaChart: React.FC;