import { XmlAttributeComponent } from "../../../../../file/xml-components"; export declare enum HeaderReferenceType { DEFAULT = "default", FIRST = "first", EVEN = "even", } export interface IHeaderReferenceAttributes { type: string; id: string; } export declare class HeaderReferenceAttributes extends XmlAttributeComponent { protected xmlKeys: { type: string; id: string; }; }