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