import { XmlAttributeComponent } from "../../../../../file/xml-components"; export declare enum FooterReferenceType { DEFAULT = "default", FIRST = "first", EVEN = "even" } export declare class FooterReferenceAttributes extends XmlAttributeComponent<{ readonly type: string; readonly id: string; }> { protected readonly xmlKeys: { type: string; id: string; }; }