export declare class RoundedText {
    color: string;
    displayedText: any;
    private _text;
    constructor();
    text: any;
    getClassColor(): string[];
}
