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