import { IVerticalStackedBarChartStyleProps, IVerticalStackedBarChartStyles } from './VerticalStackedBarChart.types'; export declare const getStyles: (props: IVerticalStackedBarChartStyleProps) => IVerticalStackedBarChartStyles;