export interface TextStyle {
    text: string;
    color?: string;
    fontSize?: string;
    fontWeight?: string;
}
//# sourceMappingURL=text-style.model.d.ts.map