/**
 * Defines horizontal text align options
 */
export declare type TextAlign = "start" | "end" | "middle";
