export declare const QUADRANT_CONFIGS: never[];
export declare const LABEL_SIZE: string[];
export declare const DEFAULT_AXIS_CONFIGS: {
    tickWidth: number;
    spaceBetweenLabelsAxis: number;
    xAxisLabel: string;
    yAxisLabel: string;
    xAxisRange: {
        min: number;
        max: number;
        step: number;
    };
    yAxisRange: {
        min: number;
        max: number;
        step: number;
    };
    originPosition: {
        left: number;
        bottom: number;
    };
    axisMargin: number;
    xWeight: number;
    yWeight: number;
};
export declare const DEFAULT_QUADRANT_CONFIGS: {
    title: string;
}[];
export declare const DEFAULT_VIEW_CONFIGS: {
    height: number;
    width: number;
};
export declare const AXIS_TITLE_SPACE = 15;
export declare const SMALL_LABEL_SIZE_CENTER_POINT: {
    x: number;
    y: number;
};
export declare const NORMAL_LABEL_SIZE_CENTER_POINT: {
    x: number;
    y: number;
};
export declare const LARGE_LABEL_SIZE_CENTER_POINT: {
    x: number;
    y: number;
};
