import { ChartConfig } from './types';
export declare const commonDefaultProps: ChartConfig;
export declare const colors: string[];
export declare const tooltipProps: {
    cursor: boolean;
    labelStyle: {
        color: string;
    };
};
