/**
 * Defines vertical align options
 */
export declare type VerticalAlign = "top" | "middle" | "bottom" | "none";
