import { InjectedProps } from '../focusedHOC'; import { IBarChart } from '../interfaces'; export declare const BAR_CHART_LABEL_MAX_CHAR_COUNT = 15; interface IProps extends Omit { xAxisTicksRotate: boolean; } export declare const getXAxisHeight: (props: IProps & InjectedProps) => number; export declare const getYAxisWidth: (props: IProps & InjectedProps) => number; export {};