export declare const labelConfig: {
    position: {
        label: string;
        value: string;
    }[];
    fontWeight: {
        label: string;
        value: string;
    }[];
};
