export declare const legendConfig: {
    lengendX: {
        label: string;
        value: string;
    }[];
    lengendY: {
        label: string;
        value: string;
    }[];
    orient: {
        label: string;
        value: string;
    }[];
    shape: {
        label: string;
        value: string;
    }[];
};
