import { IParagraphStylePropertiesOptions } from "../../../file/paragraph/properties";
import { XmlComponent } from "../../../file/xml-components";
export declare class ParagraphPropertiesDefaults extends XmlComponent {
    constructor(options?: IParagraphStylePropertiesOptions);
}
