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