import { StackedChart, StackedChartOptions } from './types'; export declare function createStackedChart(options: StackedChartOptions): StackedChart;