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