import { FontStyle, FontWeight } from 'ag-charts-community';
export declare class Label {
    enabled: boolean;
    fontSize: number;
    fontFamily: string;
    fontStyle?: FontStyle;
    fontWeight?: FontWeight;
    color: string;
}
