export declare class ModelCreatorOptions {
    fillCharStyles: boolean;
    fillParStyles: boolean;
    fillTableStyles: boolean;
    addParagraph: boolean;
    addSection: boolean;
    fillAbstractNumberingListTemplates: boolean;
    initOfficeTheme: boolean;
}
