import { NehanElement } from "./public-api";
export declare class TextCombineUpright {
    value: string;
    static load(element: NehanElement): TextCombineUpright;
    constructor(value: string);
    isNone(): boolean;
}
