/**
 * Defines vertical text aling options
 */
export declare type TextValign = "top" | "bottom" | "middle";
