/**
 * Common styles
 *
 * @private Not intended as public API and subject to change
 */
export declare const CommonStyles: {
    label: {
        fontFamily: string;
        fontSize: 14;
        letterSpacing: "var(--pf-v6-chart-global--letter-spacing, normal)";
        margin: 8;
        fill: "var(--pf-v6-chart-global--label--Fill, #1f1f1f)";
    };
    legend: {
        margin: 16;
        position: "right";
    };
};
//# sourceMappingURL=common-styles.d.ts.map