import { XmlComponent } from '../../xml-components'; import { IChangedAttributesProperties } from '../track-revision'; export declare class InsertionTrackChange extends XmlComponent { constructor(options: IChangedAttributesProperties); }