import { IVerticalBarChartStyleProps, IVerticalBarChartStyles } from '../../index'; export declare const getStyles: (props: IVerticalBarChartStyleProps) => IVerticalBarChartStyles;