import { YAxisProps } from 'recharts'; import { Props as StackedBarProps } from 'recharts/types/cartesian/Area'; export declare const data: { name: string; series1: number; series2: number; series3: number; }[]; export declare const areas: ({ dataKey: string; fillOpacity: number; name: string; } | { dataKey: string; fillOpacity: number; name?: undefined; })[]; export declare const yAxisStaticProps: YAxisProps; export declare const areaStaticProps: Omit, 'ref'>;