export declare enum ALIGN_OPTIONS {
    START = "start",
    END = "end",
    LEFT = "left",
    CENTER = "center",
    RIGHT = "right"
}
export declare enum ALIGN_V_OPTIONS {
    BASELINE = "baseline",
    SUB = "sub",
    SUPER = "super",
    TEXT_TOP = "text-top",
    TEXT_BOTTOM = "text-bottom",
    MIDDLE = "middle",
    TOP = "top",
    BOTTOM = "bottom"
}
export declare enum WHITE_SPACE {
    NORMAL = "normal",
    NOWRAP = "nowrap",
    PRE = "pre",
    PRE_LINE = "pre-line",
    PRE_WRAP = "pre-wrap"
}
