import { XmlAttributeComponent } from "../../../../../file/xml-components"; export declare class TitlePageAttributes extends XmlAttributeComponent<{ readonly value: string; }> { protected readonly xmlKeys: { value: string; }; }