import RuleSet from "../ruleSet";

declare class TextStyle {
    constructor(textStyleObject: object);

    style: RuleSet;
}

export = TextStyle;
