export declare class AlignmentStyle {
    Alignment: 'Left' | 'Center' | 'Right' | 'Justify';
}
