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