export declare class XmlParagraphStyles {
    static alignment: string;
    static firstLineIndent: string;
    static spaceAfter: string;
    static spaceBefore: string;
    static leftIndent: string;
    static rightIndent: string;
}
