export declare class XmlListStyles {
    static alignment: string;
    static firstLineIndent: string;
    static spaceAfter: string;
    static spaceBefore: string;
    static leftIndent: string;
    static rightIndent: string;
    static listType: string;
    static bulletChar: string;
    static bulletNumberTabPosition: string;
    static numberMode: string;
    static numberStartAt: string;
}
