import { Border } from '../../enlighten-lib/report/graphical-report/chart/border'; import { Font } from '../../enlighten-lib/report/graphical-report/chart/font'; export declare class TagStyle { id: number; border: Border; backgroundColor: string; font: Font; padding: number; constructor(tagStyle?: TagStyle); tagStyle(tagStyle: TagStyle): void; newTagStyle(): void; }