import { XmlAttributeComponent } from "file/xml-components"; export interface IHeaderReferenceAttributes { value: string; } export class TitlePageAttributes extends XmlAttributeComponent { protected xmlKeys = { value: "w:val", }; }