import { Color } from "./color"; export declare class TextStyle { 'fontSize': number; 'font': string; 'foregroundColor': Color; 'backgroundColor': Color; 'fontFile': string; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }