import { XmlComponent } from "../../../file/xml-components"; import { IRunOptions } from "../../index"; import { IChangedAttributesProperties } from "../track-revision"; interface IInsertedRunOptions extends IChangedAttributesProperties, IRunOptions { } export declare class InsertedTextRun extends XmlComponent { constructor(options: IInsertedRunOptions); } export {};