export declare class TextFormatDisplay extends Object {
    static INLINE: string;
    static BLOCK: string;
    constructor();
}
