/**
*  Possible values: * **Left** * **Right** * **Centred** * **Justified**
*/
export declare enum Alignment {
    Left = "Left",
    Right = "Right",
    Centred = "Centred",
    Justified = "Justified"
}
