import { DefaultBarProps, ChartConfig } from '../types';
export declare const BAR_GAP = "20%";
export declare enum Layout {
    VERTICAL = "vertical",
    HORIZONTAL = "horizontal"
}
export declare const defaultProps: DefaultBarProps;
export declare const chartDefaultConfig: ChartConfig;
