/**
 * @author Thomas Barnekow
 * @license MIT
 */
import { XAttribute, XName, XNamespace } from '@openxmldev/linq-to-xml';
/**
 * Declares XNamespace and XName fields for the `xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main"` namespace.
 */
export declare class X {
    /**
     * Defines the XML namespace associated with the `x` prefix.
     */
    static readonly x: XNamespace;
    /**
     * Returns the namespace declaration `XAttribute` for this namespace.
     */
    static get namespaceDeclaration(): XAttribute;
    /**
     * Represents the `x:alignment` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dxf x:dxf}, {@linkcode ndxf x:ndxf}, {@linkcode odxf x:odxf}, {@linkcode xf x:xf}, {@linkcode X14.dxf x14:dxf}
     */
    static readonly alignment: XName;
    /**
     * Represents the `x:anchor` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode commentPr x:commentPr}, {@linkcode controlPr x:controlPr}, {@linkcode objectPr x:objectPr}
     * - child XML elements: {@linkcode from x:from}, {@linkcode to x:to}
     */
    static readonly anchor: XName;
    /**
     * Represents the `x:author` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode authors x:authors}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly author: XName;
    /**
     * Represents the `x:authors` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode comments x:comments}
     * - child XML elements: {@linkcode author x:author}
     */
    static readonly authors: XName;
    /**
     * Represents the `x:autoFilter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customSheetView x:customSheetView}, {@linkcode filter x:filter}, {@linkcode table x:table}, {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode filterColumn x:filterColumn}, {@linkcode sortState x:sortState}
     */
    static readonly autoFilter: XName;
    /**
     * Represents the `x:autoSortScope` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotField x:pivotField}
     * - child XML elements: {@linkcode pivotArea x:pivotArea}
     */
    static readonly autoSortScope: XName;
    /**
     * Represents the `x:b` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font x:font}, {@linkcode groupItems x:groupItems}, {@linkcode r x:r}, {@linkcode rPr x:rPr}, {@linkcode sharedItems x:sharedItems}
     * - child XML elements: {@linkcode x_ x:x_}
     */
    static readonly b: XName;
    /**
     * Represents the `x:bgColor` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode patternFill x:patternFill}
     */
    static readonly bgColor: XName;
    /**
     * Represents the `x:bk` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cellMetadata x:cellMetadata}, {@linkcode futureMetadata x:futureMetadata}, {@linkcode valueMetadata x:valueMetadata}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode rc x:rc}
     */
    static readonly bk: XName;
    /**
     * Represents the `x:bookViews` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     * - child XML elements: {@linkcode workbookView x:workbookView}
     */
    static readonly bookViews: XName;
    /**
     * Represents the `x:border` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode borders x:borders}, {@linkcode dxf x:dxf}, {@linkcode ndxf x:ndxf}, {@linkcode odxf x:odxf}, {@linkcode X14.dxf x14:dxf}
     * - child XML elements: {@linkcode bottom x:bottom}, {@linkcode diagonal x:diagonal}, {@linkcode end x:end}, {@linkcode horizontal x:horizontal}, {@linkcode left x:left}, {@linkcode right x:right}, {@linkcode start x:start}, {@linkcode top x:top}, {@linkcode vertical x:vertical}
     */
    static readonly border: XName;
    /**
     * Represents the `x:borders` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode styleSheet x:styleSheet}
     * - child XML elements: {@linkcode border x:border}
     */
    static readonly borders: XName;
    /**
     * Represents the `x:bottom` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode border x:border}
     * - child XML elements: {@linkcode color x:color}
     */
    static readonly bottom: XName;
    /**
     * Represents the `x:brk` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode colBreaks x:colBreaks}, {@linkcode rowBreaks x:rowBreaks}
     */
    static readonly brk: XName;
    /**
     * Represents the `x:c` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode calcChain x:calcChain}, {@linkcode row x:row}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode f x:f}, {@linkcode is x:is}, {@linkcode v x:v}
     */
    static readonly c: XName;
    /**
     * Represents the `x:cacheField` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cacheFields x:cacheFields}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode fieldGroup x:fieldGroup}, {@linkcode mpMap x:mpMap}, {@linkcode sharedItems x:sharedItems}
     */
    static readonly cacheField: XName;
    /**
     * Represents the `x:cacheFields` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
     * - child XML elements: {@linkcode cacheField x:cacheField}
     */
    static readonly cacheFields: XName;
    /**
     * Represents the `x:cacheHierarchies` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
     * - child XML elements: {@linkcode cacheHierarchy x:cacheHierarchy}
     */
    static readonly cacheHierarchies: XName;
    /**
     * Represents the `x:cacheHierarchy` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cacheHierarchies x:cacheHierarchies}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode fieldsUsage x:fieldsUsage}, {@linkcode groupLevels x:groupLevels}
     */
    static readonly cacheHierarchy: XName;
    /**
     * Represents the `x:cacheSource` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
     * - child XML elements: {@linkcode consolidation x:consolidation}, {@linkcode extLst x:extLst}, {@linkcode worksheetSource x:worksheetSource}
     */
    static readonly cacheSource: XName;
    /**
     * Represents the `x:calcChain` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode c x:c}, {@linkcode extLst x:extLst}
     */
    static readonly calcChain: XName;
    /**
     * Represents the `x:calcPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     */
    static readonly calcPr: XName;
    /**
     * Represents the `x:calculatedColumnFormula` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableColumn x:tableColumn}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly calculatedColumnFormula: XName;
    /**
     * Represents the `x:calculatedItem` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode calculatedItems x:calculatedItems}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode pivotArea x:pivotArea}
     */
    static readonly calculatedItem: XName;
    /**
     * Represents the `x:calculatedItems` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
     * - child XML elements: {@linkcode calculatedItem x:calculatedItem}
     */
    static readonly calculatedItems: XName;
    /**
     * Represents the `x:calculatedMember` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode calculatedMembers x:calculatedMembers}, {@linkcode X14.calculatedMembers x14:calculatedMembers}
     * - child XML elements: {@linkcode extLst x:extLst}
     */
    static readonly calculatedMember: XName;
    /**
     * Represents the `x:calculatedMembers` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
     * - child XML elements: {@linkcode calculatedMember x:calculatedMember}
     */
    static readonly calculatedMembers: XName;
    /**
     * Represents the `x:cell` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode row x:row}
     * - child XML elements: {@linkcode v x:v}
     */
    static readonly cell: XName;
    /**
     * Represents the `x:cellMetadata` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode metadata x:metadata}
     * - child XML elements: {@linkcode bk x:bk}
     */
    static readonly cellMetadata: XName;
    /**
     * Represents the `x:cellStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cellStyles x:cellStyles}
     * - child XML elements: {@linkcode extLst x:extLst}
     */
    static readonly cellStyle: XName;
    /**
     * Represents the `x:cellStyles` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode styleSheet x:styleSheet}
     * - child XML elements: {@linkcode cellStyle x:cellStyle}
     */
    static readonly cellStyles: XName;
    /**
     * Represents the `x:cellStyleXfs` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode styleSheet x:styleSheet}
     * - child XML elements: {@linkcode xf x:xf}
     */
    static readonly cellStyleXfs: XName;
    /**
     * Represents the `x:cellWatch` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cellWatches x:cellWatches}
     */
    static readonly cellWatch: XName;
    /**
     * Represents the `x:cellWatches` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode cellWatch x:cellWatch}
     */
    static readonly cellWatches: XName;
    /**
     * Represents the `x:cellXfs` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode styleSheet x:styleSheet}
     * - child XML elements: {@linkcode xf x:xf}
     */
    static readonly cellXfs: XName;
    /**
     * Represents the `x:cfRule` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode conditionalFormatting x:conditionalFormatting}
     * - child XML elements: {@linkcode colorScale x:colorScale}, {@linkcode dataBar x:dataBar}, {@linkcode extLst x:extLst}, {@linkcode formula x:formula}, {@linkcode iconSet x:iconSet}
     */
    static readonly cfRule: XName;
    /**
     * Represents the `x:cfvo` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode colorScale x:colorScale}, {@linkcode dataBar x:dataBar}, {@linkcode iconSet x:iconSet}
     * - child XML elements: {@linkcode extLst x:extLst}
     */
    static readonly cfvo: XName;
    /**
     * Represents the `x:charset` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
     */
    static readonly charset: XName;
    /**
     * Represents the `x:chartFormat` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode chartFormats x:chartFormats}
     * - child XML elements: {@linkcode pivotArea x:pivotArea}
     */
    static readonly chartFormat: XName;
    /**
     * Represents the `x:chartFormats` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     * - child XML elements: {@linkcode chartFormat x:chartFormat}
     */
    static readonly chartFormats: XName;
    /**
     * Represents the `x:chartsheet` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode customSheetViews x:customSheetViews}, {@linkcode drawing x:drawing}, {@linkcode drawingHF x:drawingHF}, {@linkcode extLst x:extLst}, {@linkcode headerFooter x:headerFooter}, {@linkcode legacyDrawing x:legacyDrawing}, {@linkcode legacyDrawingHF x:legacyDrawingHF}, {@linkcode pageMargins x:pageMargins}, {@linkcode pageSetup x:pageSetup}, {@linkcode picture x:picture}, {@linkcode sheetPr x:sheetPr}, {@linkcode sheetProtection x:sheetProtection}, {@linkcode sheetViews x:sheetViews}, {@linkcode webPublishItems x:webPublishItems}
     */
    static readonly chartsheet: XName;
    /**
     * Represents the `x:col` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cols x:cols}
     */
    static readonly col: XName;
    /**
     * Represents the `x:colBreaks` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customSheetView x:customSheetView}, {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode brk x:brk}
     */
    static readonly colBreaks: XName;
    /**
     * Represents the `x:colFields` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     * - child XML elements: {@linkcode field x:field}
     */
    static readonly colFields: XName;
    /**
     * Represents the `x:colHierarchiesUsage` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     * - child XML elements: {@linkcode colHierarchyUsage x:colHierarchyUsage}
     */
    static readonly colHierarchiesUsage: XName;
    /**
     * Represents the `x:colHierarchyUsage` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode colHierarchiesUsage x:colHierarchiesUsage}
     */
    static readonly colHierarchyUsage: XName;
    /**
     * Represents the `x:colItems` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     * - child XML elements: {@linkcode i x:i}
     */
    static readonly colItems: XName;
    /**
     * Represents the `x:color` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bottom x:bottom}, {@linkcode colorScale x:colorScale}, {@linkcode dataBar x:dataBar}, {@linkcode diagonal x:diagonal}, {@linkcode end x:end}, {@linkcode font x:font}, {@linkcode horizontal x:horizontal}, {@linkcode left x:left}, {@linkcode mruColors x:mruColors}, {@linkcode right x:right}, {@linkcode rPr x:rPr}, {@linkcode start x:start}, {@linkcode stop x:stop}, {@linkcode top x:top}, {@linkcode vertical x:vertical}
     */
    static readonly color: XName;
    /**
     * Represents the `x:colorFilter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode filterColumn x:filterColumn}
     */
    static readonly colorFilter: XName;
    /**
     * Represents the `x:colors` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode styleSheet x:styleSheet}
     * - child XML elements: {@linkcode indexedColors x:indexedColors}, {@linkcode mruColors x:mruColors}
     */
    static readonly colors: XName;
    /**
     * Represents the `x:colorScale` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cfRule x:cfRule}
     * - child XML elements: {@linkcode cfvo x:cfvo}, {@linkcode color x:color}
     */
    static readonly colorScale: XName;
    /**
     * Represents the `x:cols` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode col x:col}
     */
    static readonly cols: XName;
    /**
     * Represents the `x:comment` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode commentList x:commentList}
     * - child XML elements: {@linkcode commentPr x:commentPr}, {@linkcode text x:text}
     */
    static readonly comment: XName;
    /**
     * Represents the `x:commentList` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode comments x:comments}
     * - child XML elements: {@linkcode comment x:comment}
     */
    static readonly commentList: XName;
    /**
     * Represents the `x:commentPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode comment x:comment}
     * - child XML elements: {@linkcode anchor x:anchor}
     */
    static readonly commentPr: XName;
    /**
     * Represents the `x:comments` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode authors x:authors}, {@linkcode commentList x:commentList}, {@linkcode extLst x:extLst}
     */
    static readonly comments: XName;
    /**
     * Represents the `x:condense` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
     */
    static readonly condense: XName;
    /**
     * Represents the `x:conditionalFormat` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode conditionalFormats x:conditionalFormats}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode pivotAreas x:pivotAreas}
     */
    static readonly conditionalFormat: XName;
    /**
     * Represents the `x:conditionalFormats` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     * - child XML elements: {@linkcode conditionalFormat x:conditionalFormat}
     */
    static readonly conditionalFormats: XName;
    /**
     * Represents the `x:conditionalFormatting` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode cfRule x:cfRule}, {@linkcode extLst x:extLst}
     */
    static readonly conditionalFormatting: XName;
    /**
     * Represents the `x:connection` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode connections x:connections}
     * - child XML elements: {@linkcode dbPr x:dbPr}, {@linkcode extLst x:extLst}, {@linkcode olapPr x:olapPr}, {@linkcode parameters x:parameters}, {@linkcode textPr x:textPr}, {@linkcode webPr x:webPr}
     */
    static readonly connection: XName;
    /**
     * Represents the `x:connections` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode connection x:connection}
     */
    static readonly connections: XName;
    /**
     * Represents the `x:consolidation` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cacheSource x:cacheSource}
     * - child XML elements: {@linkcode pages x:pages}, {@linkcode rangeSets x:rangeSets}
     */
    static readonly consolidation: XName;
    /**
     * Represents the `x:control` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode controls x:controls}
     * - child XML elements: {@linkcode controlPr x:controlPr}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly control: XName;
    /**
     * Represents the `x:controlPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode control x:control}
     * - child XML elements: {@linkcode anchor x:anchor}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly controlPr: XName;
    /**
     * Represents the `x:controls` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode control x:control}
     */
    static readonly controls: XName;
    /**
     * Represents the `x:customFilter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customFilters x:customFilters}
     */
    static readonly customFilter: XName;
    /**
     * Represents the `x:customFilters` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode filterColumn x:filterColumn}
     * - child XML elements: {@linkcode customFilter x:customFilter}
     */
    static readonly customFilters: XName;
    /**
     * Represents the `x:customPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customProperties x:customProperties}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly customPr: XName;
    /**
     * Represents the `x:customProperties` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode customPr x:customPr}
     */
    static readonly customProperties: XName;
    /**
     * Represents the `x:customSheetView` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customSheetViews x:customSheetViews}
     * - child XML elements: {@linkcode autoFilter x:autoFilter}, {@linkcode colBreaks x:colBreaks}, {@linkcode extLst x:extLst}, {@linkcode headerFooter x:headerFooter}, {@linkcode pageMargins x:pageMargins}, {@linkcode pageSetup x:pageSetup}, {@linkcode pane x:pane}, {@linkcode printOptions x:printOptions}, {@linkcode rowBreaks x:rowBreaks}, {@linkcode selection x:selection}
     */
    static readonly customSheetView: XName;
    /**
     * Represents the `x:customSheetViews` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode customSheetView x:customSheetView}
     */
    static readonly customSheetViews: XName;
    /**
     * Represents the `x:customWorkbookView` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customWorkbookViews x:customWorkbookViews}
     * - child XML elements: {@linkcode extLst x:extLst}
     */
    static readonly customWorkbookView: XName;
    /**
     * Represents the `x:customWorkbookViews` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     * - child XML elements: {@linkcode customWorkbookView x:customWorkbookView}
     */
    static readonly customWorkbookViews: XName;
    /**
     * Represents the `x:d` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode groupItems x:groupItems}, {@linkcode r x:r}, {@linkcode sharedItems x:sharedItems}
     * - child XML elements: {@linkcode x_ x:x_}
     */
    static readonly d: XName;
    /**
     * Represents the `x:dataBar` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cfRule x:cfRule}
     * - child XML elements: {@linkcode cfvo x:cfvo}, {@linkcode color x:color}
     */
    static readonly dataBar: XName;
    /**
     * Represents the `x:DataBinding` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode Map_ x:Map_}
     */
    static readonly DataBinding: XName;
    /**
     * Represents the `x:dataConsolidate` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode dataRefs x:dataRefs}
     */
    static readonly dataConsolidate: XName;
    /**
     * Represents the `x:dataField` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dataFields x:dataFields}
     * - child XML elements: {@linkcode extLst x:extLst}
     */
    static readonly dataField: XName;
    /**
     * Represents the `x:dataFields` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     * - child XML elements: {@linkcode dataField x:dataField}
     */
    static readonly dataFields: XName;
    /**
     * Represents the `x:dataRef` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dataRefs x:dataRefs}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly dataRef: XName;
    /**
     * Represents the `x:dataRefs` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dataConsolidate x:dataConsolidate}
     * - child XML elements: {@linkcode dataRef x:dataRef}
     */
    static readonly dataRefs: XName;
    /**
     * Represents the `x:dataValidation` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dataValidations x:dataValidations}
     * - child XML elements: {@linkcode formula1 x:formula1}, {@linkcode formula2 x:formula2}
     */
    static readonly dataValidation: XName;
    /**
     * Represents the `x:dataValidations` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode dataValidation x:dataValidation}
     */
    static readonly dataValidations: XName;
    /**
     * Represents the `x:dateGroupItem` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode filters x:filters}
     */
    static readonly dateGroupItem: XName;
    /**
     * Represents the `x:dbPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode connection x:connection}
     */
    static readonly dbPr: XName;
    /**
     * Represents the `x:ddeItem` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ddeItems x:ddeItems}
     * - child XML elements: {@linkcode values x:values}
     */
    static readonly ddeItem: XName;
    /**
     * Represents the `x:ddeItems` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ddeLink x:ddeLink}
     * - child XML elements: {@linkcode ddeItem x:ddeItem}
     */
    static readonly ddeItems: XName;
    /**
     * Represents the `x:ddeLink` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode externalLink x:externalLink}
     * - child XML elements: {@linkcode ddeItems x:ddeItems}
     */
    static readonly ddeLink: XName;
    /**
     * Represents the `x:definedName` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode definedNames x:definedNames}
     */
    static readonly definedName: XName;
    /**
     * Represents the `x:definedNames` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode externalBook x:externalBook}, {@linkcode workbook x:workbook}
     * - child XML elements: {@linkcode definedName x:definedName}
     */
    static readonly definedNames: XName;
    /**
     * Represents the `x:deletedField` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode queryTableDeletedFields x:queryTableDeletedFields}
     */
    static readonly deletedField: XName;
    /**
     * Represents the `x:diagonal` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode border x:border}
     * - child XML elements: {@linkcode color x:color}
     */
    static readonly diagonal: XName;
    /**
     * Represents the `x:dialogsheet` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode controls x:controls}, {@linkcode customSheetViews x:customSheetViews}, {@linkcode drawing x:drawing}, {@linkcode drawingHF x:drawingHF}, {@linkcode extLst x:extLst}, {@linkcode headerFooter x:headerFooter}, {@linkcode legacyDrawing x:legacyDrawing}, {@linkcode legacyDrawingHF x:legacyDrawingHF}, {@linkcode oleObjects x:oleObjects}, {@linkcode pageMargins x:pageMargins}, {@linkcode pageSetup x:pageSetup}, {@linkcode printOptions x:printOptions}, {@linkcode sheetFormatPr x:sheetFormatPr}, {@linkcode sheetPr x:sheetPr}, {@linkcode sheetProtection x:sheetProtection}, {@linkcode sheetViews x:sheetViews}
     */
    static readonly dialogsheet: XName;
    /**
     * Represents the `x:dimension` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dimensions x:dimensions}, {@linkcode worksheet x:worksheet}
     */
    static readonly dimension: XName;
    /**
     * Represents the `x:dimensions` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
     * - child XML elements: {@linkcode dimension x:dimension}
     */
    static readonly dimensions: XName;
    /**
     * Represents the `x:discretePr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fieldGroup x:fieldGroup}
     * - child XML elements: {@linkcode x_ x:x_}
     */
    static readonly discretePr: XName;
    /**
     * Represents the `x:drawing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly drawing: XName;
    /**
     * Represents the `x:drawingHF` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly drawingHF: XName;
    /**
     * Represents the `x:dxf` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dxfs x:dxfs}, {@linkcode rfmt x:rfmt}, {@linkcode X14.dxfs x14:dxfs}, {@linkcode X15.dxfs x15:dxfs}
     * - child XML elements: {@linkcode alignment x:alignment}, {@linkcode border x:border}, {@linkcode extLst x:extLst}, {@linkcode fill x:fill}, {@linkcode font x:font}, {@linkcode numFmt x:numFmt}, {@linkcode protection x:protection}
     */
    static readonly dxf: XName;
    /**
     * Represents the `x:dxfs` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode styleSheet x:styleSheet}
     * - child XML elements: {@linkcode dxf x:dxf}
     */
    static readonly dxfs: XName;
    /**
     * Represents the `x:dynamicFilter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode filterColumn x:filterColumn}
     */
    static readonly dynamicFilter: XName;
    /**
     * Represents the `x:e` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode entries x:entries}, {@linkcode groupItems x:groupItems}, {@linkcode r x:r}, {@linkcode sharedItems x:sharedItems}
     * - child XML elements: {@linkcode tpls x:tpls}, {@linkcode x_ x:x_}
     */
    static readonly e: XName;
    /**
     * Represents the `x:end` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode border x:border}
     * - child XML elements: {@linkcode color x:color}
     */
    static readonly end: XName;
    /**
     * Represents the `x:entries` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tupleCache x:tupleCache}
     * - child XML elements: {@linkcode e x:e}, {@linkcode m x:m}, {@linkcode n x:n}, {@linkcode s x:s}
     */
    static readonly entries: XName;
    /**
     * Represents the `x:evenFooter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode headerFooter x:headerFooter}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly evenFooter: XName;
    /**
     * Represents the `x:evenHeader` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode headerFooter x:headerFooter}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly evenHeader: XName;
    /**
     * Represents the `x:ext` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode extLst x:extLst}, {@linkcode X14.extLst x14:extLst}, {@linkcode X15.extLst x15:extLst}
     * - child XML elements: {@linkcode X14.cacheField x14:cacheField}, {@linkcode X14.cacheHierarchy x14:cacheHierarchy}, {@linkcode X14.calculatedMember x14:calculatedMember}, {@linkcode X14.conditionalFormattings x14:conditionalFormattings}, {@linkcode X14.connection x14:connection}, {@linkcode X14.dataField x14:dataField}, {@linkcode X14.dataValidations x14:dataValidations}, {@linkcode X14.definedNames x14:definedNames}, {@linkcode X14.dxfs x14:dxfs}, {@linkcode X14.id x14:id}, {@linkcode X14.ignoredErrors x14:ignoredErrors}, {@linkcode X14.pivotCacheDefinition x14:pivotCacheDefinition}, {@linkcode X14.pivotCaches x14:pivotCaches}, {@linkcode X14.pivotField x14:pivotField}, {@linkcode X14.pivotHierarchy x14:pivotHierarchy}, {@linkcode X14.pivotTableDefinition x14:pivotTableDefinition}, {@linkcode X14.protectedRanges x14:protectedRanges}, {@linkcode X14.slicerCaches x14:slicerCaches}, {@linkcode X14.slicerList x14:slicerList}, {@linkcode X14.slicerStyles x14:slicerStyles}, {@linkcode X14.sourceConnection x14:sourceConnection}, {@linkcode X14.sparklineGroups x14:sparklineGroups}, {@linkcode X14.table x14:table}, {@linkcode X14.workbookPr x14:workbookPr}, {@linkcode X15.cachedUniqueNames x15:cachedUniqueNames}, {@linkcode X15.cacheHierarchy x15:cacheHierarchy}, {@linkcode X15.calculatedMember x15:calculatedMember}, {@linkcode X15.connection x15:connection}, {@linkcode X15.dataField x15:dataField}, {@linkcode X15.dataModel x15:dataModel}, {@linkcode X15.dxfs x15:dxfs}, {@linkcode X15.movingPeriodState x15:movingPeriodState}, {@linkcode X15.pivotCacheDecoupled x15:pivotCacheDecoupled}, {@linkcode X15.pivotCacheIdVersion x15:pivotCacheIdVersion}, {@linkcode X15.pivotCaches x15:pivotCaches}, {@linkcode X15.pivotFilter x15:pivotFilter}, {@linkcode X15.pivotTableData x15:pivotTableData}, {@linkcode X15.pivotTableReferences x15:pivotTableReferences}, {@linkcode X15.pivotTableUISettings x15:pivotTableUISettings}, {@linkcode X15.queryTable x15:queryTable}, {@linkcode X15.slicerCacheHideItemsWithNoData x15:slicerCacheHideItemsWithNoData}, {@linkcode X15.slicerCachePivotTables x15:slicerCachePivotTables}, {@linkcode X15.slicerCaches x15:slicerCaches}, {@linkcode X15.tableSlicerCache x15:tableSlicerCache}, {@linkcode X15.timelineCachePivotCaches x15:timelineCachePivotCaches}, {@linkcode X15.timelineCacheRefs x15:timelineCacheRefs}, {@linkcode X15.timelinePivotCacheDefinition x15:timelinePivotCacheDefinition}, {@linkcode X15.timelineRefs x15:timelineRefs}, {@linkcode X15.timelineStyles x15:timelineStyles}, {@linkcode X15.webExtensions x15:webExtensions}, {@linkcode X15.workbookPr x15:workbookPr}
     */
    static readonly ext: XName;
    /**
     * Represents the `x:extend` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
     */
    static readonly extend: XName;
    /**
     * Represents the `x:externalBook` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode externalLink x:externalLink}
     * - child XML elements: {@linkcode definedNames x:definedNames}, {@linkcode sheetDataSet x:sheetDataSet}, {@linkcode sheetNames x:sheetNames}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly externalBook: XName;
    /**
     * Represents the `x:externalLink` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode ddeLink x:ddeLink}, {@linkcode externalBook x:externalBook}, {@linkcode extLst x:extLst}, {@linkcode oleLink x:oleLink}
     */
    static readonly externalLink: XName;
    /**
     * Represents the `x:externalReference` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode externalReferences x:externalReferences}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly externalReference: XName;
    /**
     * Represents the `x:externalReferences` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     * - child XML elements: {@linkcode externalReference x:externalReference}
     */
    static readonly externalReferences: XName;
    /**
     * Represents the `x:extLst` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode autoFilter x:autoFilter}, {@linkcode bk x:bk}, {@linkcode c x:c}, {@linkcode cacheField x:cacheField}, {@linkcode cacheHierarchy x:cacheHierarchy}, {@linkcode cacheSource x:cacheSource}, {@linkcode calcChain x:calcChain}, {@linkcode calculatedItem x:calculatedItem}, {@linkcode calculatedMember x:calculatedMember}, {@linkcode cellStyle x:cellStyle}, {@linkcode cfRule x:cfRule}, {@linkcode cfvo x:cfvo}, {@linkcode chartsheet x:chartsheet}, {@linkcode comments x:comments}, {@linkcode conditionalFormat x:conditionalFormat}, {@linkcode conditionalFormatting x:conditionalFormatting}, {@linkcode connection x:connection}, {@linkcode customSheetView x:customSheetView}, {@linkcode customWorkbookView x:customWorkbookView}, {@linkcode dataField x:dataField}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode dxf x:dxf}, {@linkcode externalLink x:externalLink}, {@linkcode filter x:filter}, {@linkcode filterColumn x:filterColumn}, {@linkcode format x:format}, {@linkcode futureMetadata x:futureMetadata}, {@linkcode groupLevel x:groupLevel}, {@linkcode header x:header}, {@linkcode ignoredErrors x:ignoredErrors}, {@linkcode metadata x:metadata}, {@linkcode nc x:nc}, {@linkcode ndxf x:ndxf}, {@linkcode oc x:oc}, {@linkcode odxf x:odxf}, {@linkcode pageField x:pageField}, {@linkcode pivotArea x:pivotArea}, {@linkcode pivotCacheDefinition x:pivotCacheDefinition}, {@linkcode pivotCacheRecords x:pivotCacheRecords}, {@linkcode pivotField x:pivotField}, {@linkcode pivotHierarchy x:pivotHierarchy}, {@linkcode pivotTableDefinition x:pivotTableDefinition}, {@linkcode queryTable x:queryTable}, {@linkcode queryTableField x:queryTableField}, {@linkcode queryTableRefresh x:queryTableRefresh}, {@linkcode rcc x:rcc}, {@linkcode rdn x:rdn}, {@linkcode reference x:reference}, {@linkcode rfmt x:rfmt}, {@linkcode row x:row}, {@linkcode rsnm x:rsnm}, {@linkcode sheetView x:sheetView}, {@linkcode sheetViews x:sheetViews}, {@linkcode singleXmlCell x:singleXmlCell}, {@linkcode sortState x:sortState}, {@linkcode sst x:sst}, {@linkcode styleSheet x:styleSheet}, {@linkcode table x:table}, {@linkcode tableColumn x:tableColumn}, {@linkcode tupleCache x:tupleCache}, {@linkcode userInfo x:userInfo}, {@linkcode volTypes x:volTypes}, {@linkcode workbook x:workbook}, {@linkcode workbookView x:workbookView}, {@linkcode worksheet x:worksheet}, {@linkcode xf x:xf}, {@linkcode xmlCellPr x:xmlCellPr}, {@linkcode xmlColumnPr x:xmlColumnPr}, {@linkcode xmlPr x:xmlPr}, {@linkcode X14.dxf x14:dxf}, {@linkcode X14.pivotArea x14:pivotArea}
     * - child XML elements: {@linkcode ext x:ext}
     */
    static readonly extLst: XName;
    /**
     * Represents the `x:f` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode c x:c}, {@linkcode nc x:nc}, {@linkcode oc x:oc}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly f: XName;
    /**
     * Represents the `x:family` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
     */
    static readonly family: XName;
    /**
     * Represents the `x:fgColor` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode patternFill x:patternFill}
     */
    static readonly fgColor: XName;
    /**
     * Represents the `x:field` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode colFields x:colFields}, {@linkcode rowFields x:rowFields}
     */
    static readonly field: XName;
    /**
     * Represents the `x:fieldGroup` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cacheField x:cacheField}
     * - child XML elements: {@linkcode discretePr x:discretePr}, {@linkcode groupItems x:groupItems}, {@linkcode rangePr x:rangePr}
     */
    static readonly fieldGroup: XName;
    /**
     * Represents the `x:fieldsUsage` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cacheHierarchy x:cacheHierarchy}
     * - child XML elements: {@linkcode fieldUsage x:fieldUsage}
     */
    static readonly fieldsUsage: XName;
    /**
     * Represents the `x:fieldUsage` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fieldsUsage x:fieldsUsage}
     */
    static readonly fieldUsage: XName;
    /**
     * Represents the `x:fileRecoveryPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     */
    static readonly fileRecoveryPr: XName;
    /**
     * Represents the `x:fileSharing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     */
    static readonly fileSharing: XName;
    /**
     * Represents the `x:fileVersion` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     */
    static readonly fileVersion: XName;
    /**
     * Represents the `x:fill` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dxf x:dxf}, {@linkcode fills x:fills}, {@linkcode ndxf x:ndxf}, {@linkcode odxf x:odxf}, {@linkcode X14.dxf x14:dxf}
     * - child XML elements: {@linkcode gradientFill x:gradientFill}, {@linkcode patternFill x:patternFill}
     */
    static readonly fill: XName;
    /**
     * Represents the `x:fills` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode styleSheet x:styleSheet}
     * - child XML elements: {@linkcode fill x:fill}
     */
    static readonly fills: XName;
    /**
     * Represents the `x:filter` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode filters x:filters}
     * - child XML elements: {@linkcode autoFilter x:autoFilter}, {@linkcode extLst x:extLst}
     */
    static readonly filter: XName;
    /**
     * Represents the `x:filterColumn` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode autoFilter x:autoFilter}
     * - child XML elements: {@linkcode colorFilter x:colorFilter}, {@linkcode customFilters x:customFilters}, {@linkcode dynamicFilter x:dynamicFilter}, {@linkcode extLst x:extLst}, {@linkcode filters x:filters}, {@linkcode iconFilter x:iconFilter}, {@linkcode top10 x:top10}, {@linkcode X14.customFilters x14:customFilters}, {@linkcode X14.iconFilter x14:iconFilter}
     */
    static readonly filterColumn: XName;
    /**
     * Represents the `x:filters` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode filterColumn x:filterColumn}, {@linkcode pivotTableDefinition x:pivotTableDefinition}
     * - child XML elements: {@linkcode dateGroupItem x:dateGroupItem}, {@linkcode filter x:filter}, {@linkcode X14.filter x14:filter}
     */
    static readonly filters: XName;
    /**
     * Represents the `x:firstFooter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode headerFooter x:headerFooter}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly firstFooter: XName;
    /**
     * Represents the `x:firstHeader` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode headerFooter x:headerFooter}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly firstHeader: XName;
    /**
     * Represents the `x:font` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dxf x:dxf}, {@linkcode fonts x:fonts}, {@linkcode ndxf x:ndxf}, {@linkcode odxf x:odxf}, {@linkcode X14.dxf x14:dxf}
     * - child XML elements: {@linkcode b x:b}, {@linkcode charset x:charset}, {@linkcode color x:color}, {@linkcode condense x:condense}, {@linkcode extend x:extend}, {@linkcode family x:family}, {@linkcode i x:i}, {@linkcode name_ x:name_}, {@linkcode outline x:outline}, {@linkcode scheme x:scheme}, {@linkcode shadow x:shadow}, {@linkcode strike x:strike}, {@linkcode sz x:sz}, {@linkcode u x:u}, {@linkcode vertAlign x:vertAlign}
     */
    static readonly font: XName;
    /**
     * Represents the `x:fonts` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode styleSheet x:styleSheet}
     * - child XML elements: {@linkcode font x:font}
     */
    static readonly fonts: XName;
    /**
     * Represents the `x:format` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode formats x:formats}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode pivotArea x:pivotArea}
     */
    static readonly format: XName;
    /**
     * Represents the `x:formats` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     * - child XML elements: {@linkcode format x:format}
     */
    static readonly formats: XName;
    /**
     * Represents the `x:formula` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cfRule x:cfRule}, {@linkcode rdn x:rdn}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly formula: XName;
    /**
     * Represents the `x:formula1` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dataValidation x:dataValidation}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly formula1: XName;
    /**
     * Represents the `x:formula2` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dataValidation x:dataValidation}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly formula2: XName;
    /**
     * Represents the `x:from` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode anchor x:anchor}
     */
    static readonly from: XName;
    /**
     * Represents the `x:functionGroup` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode functionGroups x:functionGroups}
     */
    static readonly functionGroup: XName;
    /**
     * Represents the `x:functionGroups` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     * - child XML elements: {@linkcode functionGroup x:functionGroup}
     */
    static readonly functionGroups: XName;
    /**
     * Represents the `x:futureMetadata` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode metadata x:metadata}
     * - child XML elements: {@linkcode bk x:bk}, {@linkcode extLst x:extLst}
     */
    static readonly futureMetadata: XName;
    /**
     * Represents the `x:gradientFill` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fill x:fill}
     * - child XML elements: {@linkcode stop x:stop}
     */
    static readonly gradientFill: XName;
    /**
     * Represents the `x:group` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode groups x:groups}
     * - child XML elements: {@linkcode groupMembers x:groupMembers}
     */
    static readonly group: XName;
    /**
     * Represents the `x:groupItems` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fieldGroup x:fieldGroup}
     * - child XML elements: {@linkcode b x:b}, {@linkcode d x:d}, {@linkcode e x:e}, {@linkcode m x:m}, {@linkcode n x:n}, {@linkcode s x:s}
     */
    static readonly groupItems: XName;
    /**
     * Represents the `x:groupLevel` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode groupLevels x:groupLevels}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode groups x:groups}
     */
    static readonly groupLevel: XName;
    /**
     * Represents the `x:groupLevels` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cacheHierarchy x:cacheHierarchy}
     * - child XML elements: {@linkcode groupLevel x:groupLevel}
     */
    static readonly groupLevels: XName;
    /**
     * Represents the `x:groupMember` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode groupMembers x:groupMembers}
     */
    static readonly groupMember: XName;
    /**
     * Represents the `x:groupMembers` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode group x:group}
     * - child XML elements: {@linkcode groupMember x:groupMember}
     */
    static readonly groupMembers: XName;
    /**
     * Represents the `x:groups` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode groupLevel x:groupLevel}
     * - child XML elements: {@linkcode group x:group}
     */
    static readonly groups: XName;
    /**
     * Represents the `x:header` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode headers x:headers}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode reviewedList x:reviewedList}, {@linkcode sheetIdMap x:sheetIdMap}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly header: XName;
    /**
     * Represents the `x:headerFooter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode customSheetView x:customSheetView}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode evenFooter x:evenFooter}, {@linkcode evenHeader x:evenHeader}, {@linkcode firstFooter x:firstFooter}, {@linkcode firstHeader x:firstHeader}, {@linkcode oddFooter x:oddFooter}, {@linkcode oddHeader x:oddHeader}
     */
    static readonly headerFooter: XName;
    /**
     * Represents the `x:headers` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode header x:header}
     */
    static readonly headers: XName;
    /**
     * Represents the `x:horizontal` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode border x:border}
     * - child XML elements: {@linkcode color x:color}
     */
    static readonly horizontal: XName;
    /**
     * Represents the `x:hyperlink` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hyperlinks x:hyperlinks}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly hyperlink: XName;
    /**
     * Represents the `x:hyperlinks` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode hyperlink x:hyperlink}
     */
    static readonly hyperlinks: XName;
    /**
     * Represents the `x:i` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode colItems x:colItems}, {@linkcode font x:font}, {@linkcode rowItems x:rowItems}, {@linkcode rPr x:rPr}
     * - child XML elements: {@linkcode x_ x:x_}
     */
    static readonly i: XName;
    /**
     * Represents the `x:iconFilter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode filterColumn x:filterColumn}
     */
    static readonly iconFilter: XName;
    /**
     * Represents the `x:iconSet` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cfRule x:cfRule}
     * - child XML elements: {@linkcode cfvo x:cfvo}
     */
    static readonly iconSet: XName;
    /**
     * Represents the `x:ignoredError` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ignoredErrors x:ignoredErrors}
     */
    static readonly ignoredError: XName;
    /**
     * Represents the `x:ignoredErrors` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode ignoredError x:ignoredError}
     */
    static readonly ignoredErrors: XName;
    /**
     * Represents the `x:indexedColors` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode colors x:colors}
     * - child XML elements: {@linkcode rgbColor x:rgbColor}
     */
    static readonly indexedColors: XName;
    /**
     * Represents the `x:inputCells` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode scenario x:scenario}
     */
    static readonly inputCells: XName;
    /**
     * Represents the `x:is` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode c x:c}, {@linkcode nc x:nc}, {@linkcode oc x:oc}
     * - child XML elements: {@linkcode phoneticPr x:phoneticPr}, {@linkcode r x:r}, {@linkcode rPh x:rPh}, {@linkcode t x:t}
     */
    static readonly is: XName;
    /**
     * Represents the `x:item` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode items x:items}
     */
    static readonly item: XName;
    /**
     * Represents the `x:items` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotField x:pivotField}
     * - child XML elements: {@linkcode item x:item}
     */
    static readonly items: XName;
    /**
     * Represents the `x:k` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mdx x:mdx}
     */
    static readonly k: XName;
    /**
     * Represents the `x:kpi` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode kpis x:kpis}
     */
    static readonly kpi: XName;
    /**
     * Represents the `x:kpis` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
     * - child XML elements: {@linkcode kpi x:kpi}
     */
    static readonly kpis: XName;
    /**
     * Represents the `x:left` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode border x:border}
     * - child XML elements: {@linkcode color x:color}
     */
    static readonly left: XName;
    /**
     * Represents the `x:legacyDrawing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly legacyDrawing: XName;
    /**
     * Represents the `x:legacyDrawingHF` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly legacyDrawingHF: XName;
    /**
     * Represents the `x:location` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     */
    static readonly location: XName;
    /**
     * Represents the `x:m` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode entries x:entries}, {@linkcode groupItems x:groupItems}, {@linkcode r x:r}, {@linkcode sharedItems x:sharedItems}, {@linkcode tables x:tables}
     * - child XML elements: {@linkcode tpls x:tpls}, {@linkcode x_ x:x_}
     */
    static readonly m: XName;
    /**
     * Represents the `x:main` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode volType x:volType}
     * - child XML elements: {@linkcode tp x:tp}
     */
    static readonly main: XName;
    /**
     * Represents the `x:map` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode maps x:maps}
     */
    static readonly map: XName;
    /**
     * Represents the `x:Map` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode MapInfo x:MapInfo}
     * - child XML elements: {@linkcode DataBinding x:DataBinding}
     */
    static readonly Map_: XName;
    /**
     * Represents the `x:MapInfo` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode Map_ x:Map_}, {@linkcode Schema x:Schema}
     */
    static readonly MapInfo: XName;
    /**
     * Represents the `x:maps` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
     * - child XML elements: {@linkcode map x:map}
     */
    static readonly maps: XName;
    /**
     * Represents the `x:mdx` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mdxMetadata x:mdxMetadata}
     * - child XML elements: {@linkcode k x:k}, {@linkcode ms x:ms}, {@linkcode p x:p}, {@linkcode t x:t}
     */
    static readonly mdx: XName;
    /**
     * Represents the `x:mdxMetadata` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode metadata x:metadata}
     * - child XML elements: {@linkcode mdx x:mdx}
     */
    static readonly mdxMetadata: XName;
    /**
     * Represents the `x:measureGroup` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode measureGroups x:measureGroups}
     */
    static readonly measureGroup: XName;
    /**
     * Represents the `x:measureGroups` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
     * - child XML elements: {@linkcode measureGroup x:measureGroup}
     */
    static readonly measureGroups: XName;
    /**
     * Represents the `x:member` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode members x:members}
     */
    static readonly member: XName;
    /**
     * Represents the `x:members` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotHierarchy x:pivotHierarchy}
     * - child XML elements: {@linkcode member x:member}
     */
    static readonly members: XName;
    /**
     * Represents the `x:mergeCell` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mergeCells x:mergeCells}
     */
    static readonly mergeCell: XName;
    /**
     * Represents the `x:mergeCells` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode mergeCell x:mergeCell}
     */
    static readonly mergeCells: XName;
    /**
     * Represents the `x:metadata` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode cellMetadata x:cellMetadata}, {@linkcode extLst x:extLst}, {@linkcode futureMetadata x:futureMetadata}, {@linkcode mdxMetadata x:mdxMetadata}, {@linkcode metadataStrings x:metadataStrings}, {@linkcode metadataTypes x:metadataTypes}, {@linkcode valueMetadata x:valueMetadata}
     */
    static readonly metadata: XName;
    /**
     * Represents the `x:metadataStrings` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode metadata x:metadata}
     * - child XML elements: {@linkcode s x:s}
     */
    static readonly metadataStrings: XName;
    /**
     * Represents the `x:metadataType` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode metadataTypes x:metadataTypes}
     */
    static readonly metadataType: XName;
    /**
     * Represents the `x:metadataTypes` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode metadata x:metadata}
     * - child XML elements: {@linkcode metadataType x:metadataType}
     */
    static readonly metadataTypes: XName;
    /**
     * Represents the `x:mp` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mps x:mps}
     */
    static readonly mp: XName;
    /**
     * Represents the `x:mpMap` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cacheField x:cacheField}
     */
    static readonly mpMap: XName;
    /**
     * Represents the `x:mps` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotHierarchy x:pivotHierarchy}
     * - child XML elements: {@linkcode mp x:mp}
     */
    static readonly mps: XName;
    /**
     * Represents the `x:mruColors` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode colors x:colors}
     * - child XML elements: {@linkcode color x:color}
     */
    static readonly mruColors: XName;
    /**
     * Represents the `x:ms` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mdx x:mdx}
     * - child XML elements: {@linkcode n x:n}
     */
    static readonly ms: XName;
    /**
     * Represents the `x:n` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode entries x:entries}, {@linkcode groupItems x:groupItems}, {@linkcode ms x:ms}, {@linkcode r x:r}, {@linkcode sharedItems x:sharedItems}, {@linkcode t x:t}
     * - child XML elements: {@linkcode tpls x:tpls}, {@linkcode x_ x:x_}
     */
    static readonly n: XName;
    /**
     * Represents the `x:name` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font x:font}
     */
    static readonly name_: XName;
    /**
     * Represents the `x:nc` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rcc x:rcc}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode f x:f}, {@linkcode is x:is}, {@linkcode v x:v}
     */
    static readonly nc: XName;
    /**
     * Represents the `x:ndxf` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rcc x:rcc}
     * - child XML elements: {@linkcode alignment x:alignment}, {@linkcode border x:border}, {@linkcode extLst x:extLst}, {@linkcode fill x:fill}, {@linkcode font x:font}, {@linkcode numFmt x:numFmt}, {@linkcode protection x:protection}
     */
    static readonly ndxf: XName;
    /**
     * Represents the `x:numFmt` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dxf x:dxf}, {@linkcode ndxf x:ndxf}, {@linkcode numFmts x:numFmts}, {@linkcode odxf x:odxf}, {@linkcode X14.dxf x14:dxf}
     */
    static readonly numFmt: XName;
    /**
     * Represents the `x:numFmts` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode styleSheet x:styleSheet}
     * - child XML elements: {@linkcode numFmt x:numFmt}
     */
    static readonly numFmts: XName;
    /**
     * Represents the `x:objectPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode oleObject x:oleObject}
     * - child XML elements: {@linkcode anchor x:anchor}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly objectPr: XName;
    /**
     * Represents the `x:oc` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rcc x:rcc}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode f x:f}, {@linkcode is x:is}, {@linkcode v x:v}
     */
    static readonly oc: XName;
    /**
     * Represents the `x:oddFooter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode headerFooter x:headerFooter}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly oddFooter: XName;
    /**
     * Represents the `x:oddHeader` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode headerFooter x:headerFooter}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly oddHeader: XName;
    /**
     * Represents the `x:odxf` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rcc x:rcc}
     * - child XML elements: {@linkcode alignment x:alignment}, {@linkcode border x:border}, {@linkcode extLst x:extLst}, {@linkcode fill x:fill}, {@linkcode font x:font}, {@linkcode numFmt x:numFmt}, {@linkcode protection x:protection}
     */
    static readonly odxf: XName;
    /**
     * Represents the `x:olapPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode connection x:connection}
     */
    static readonly olapPr: XName;
    /**
     * Represents the `x:oldFormula` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rdn x:rdn}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly oldFormula: XName;
    /**
     * Represents the `x:oleItem` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode oleItems x:oleItems}
     */
    static readonly oleItem: XName;
    /**
     * Represents the `x:oleItems` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode oleLink x:oleLink}
     * - child XML elements: {@linkcode oleItem x:oleItem}, {@linkcode X14.oleItem x14:oleItem}
     */
    static readonly oleItems: XName;
    /**
     * Represents the `x:oleLink` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode externalLink x:externalLink}
     * - child XML elements: {@linkcode oleItems x:oleItems}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly oleLink: XName;
    /**
     * Represents the `x:oleObject` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode oleObjects x:oleObjects}
     * - child XML elements: {@linkcode objectPr x:objectPr}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly oleObject: XName;
    /**
     * Represents the `x:oleObjects` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode oleObject x:oleObject}
     */
    static readonly oleObjects: XName;
    /**
     * Represents the `x:oleSize` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     */
    static readonly oleSize: XName;
    /**
     * Represents the `x:outline` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
     */
    static readonly outline: XName;
    /**
     * Represents the `x:outlinePr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sheetPr x:sheetPr}
     */
    static readonly outlinePr: XName;
    /**
     * Represents the `x:p` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mdx x:mdx}
     */
    static readonly p: XName;
    /**
     * Represents the `x:page` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pages x:pages}
     * - child XML elements: {@linkcode pageItem x:pageItem}
     */
    static readonly page: XName;
    /**
     * Represents the `x:pageField` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pageFields x:pageFields}
     * - child XML elements: {@linkcode extLst x:extLst}
     */
    static readonly pageField: XName;
    /**
     * Represents the `x:pageFields` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     * - child XML elements: {@linkcode pageField x:pageField}
     */
    static readonly pageFields: XName;
    /**
     * Represents the `x:pageItem` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode page x:page}
     */
    static readonly pageItem: XName;
    /**
     * Represents the `x:pageMargins` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode customSheetView x:customSheetView}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     */
    static readonly pageMargins: XName;
    /**
     * Represents the `x:pages` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode consolidation x:consolidation}
     * - child XML elements: {@linkcode page x:page}
     */
    static readonly pages: XName;
    /**
     * Represents the `x:pageSetup` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode customSheetView x:customSheetView}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly pageSetup: XName;
    /**
     * Represents the `x:pageSetUpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sheetPr x:sheetPr}
     */
    static readonly pageSetUpPr: XName;
    /**
     * Represents the `x:pane` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customSheetView x:customSheetView}, {@linkcode sheetView x:sheetView}
     */
    static readonly pane: XName;
    /**
     * Represents the `x:parameter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode parameters x:parameters}
     */
    static readonly parameter: XName;
    /**
     * Represents the `x:parameters` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode connection x:connection}
     * - child XML elements: {@linkcode parameter x:parameter}
     */
    static readonly parameters: XName;
    /**
     * Represents the `x:patternFill` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fill x:fill}
     * - child XML elements: {@linkcode bgColor x:bgColor}, {@linkcode fgColor x:fgColor}
     */
    static readonly patternFill: XName;
    /**
     * Represents the `x:phoneticPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode is x:is}, {@linkcode si x:si}, {@linkcode text x:text}, {@linkcode worksheet x:worksheet}
     */
    static readonly phoneticPr: XName;
    /**
     * Represents the `x:picture` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode worksheet x:worksheet}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly picture: XName;
    /**
     * Represents the `x:pivotArea` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode autoSortScope x:autoSortScope}, {@linkcode calculatedItem x:calculatedItem}, {@linkcode chartFormat x:chartFormat}, {@linkcode format x:format}, {@linkcode pivotAreas x:pivotAreas}, {@linkcode pivotSelection x:pivotSelection}, {@linkcode X14.pivotAreas x14:pivotAreas}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode references x:references}
     */
    static readonly pivotArea: XName;
    /**
     * Represents the `x:pivotAreas` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode conditionalFormat x:conditionalFormat}
     * - child XML elements: {@linkcode pivotArea x:pivotArea}
     */
    static readonly pivotAreas: XName;
    /**
     * Represents the `x:pivotCache` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotCaches x:pivotCaches}, {@linkcode X14.pivotCaches x14:pivotCaches}, {@linkcode X15.pivotCaches x15:pivotCaches}, {@linkcode X15.timelineCachePivotCaches x15:timelineCachePivotCaches}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly pivotCache: XName;
    /**
     * Represents the `x:pivotCacheDefinition` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode cacheFields x:cacheFields}, {@linkcode cacheHierarchies x:cacheHierarchies}, {@linkcode cacheSource x:cacheSource}, {@linkcode calculatedItems x:calculatedItems}, {@linkcode calculatedMembers x:calculatedMembers}, {@linkcode dimensions x:dimensions}, {@linkcode extLst x:extLst}, {@linkcode kpis x:kpis}, {@linkcode maps x:maps}, {@linkcode measureGroups x:measureGroups}, {@linkcode tupleCache x:tupleCache}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly pivotCacheDefinition: XName;
    /**
     * Represents the `x:pivotCacheRecords` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode r x:r}
     */
    static readonly pivotCacheRecords: XName;
    /**
     * Represents the `x:pivotCaches` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     * - child XML elements: {@linkcode pivotCache x:pivotCache}
     */
    static readonly pivotCaches: XName;
    /**
     * Represents the `x:pivotField` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotFields x:pivotFields}
     * - child XML elements: {@linkcode autoSortScope x:autoSortScope}, {@linkcode extLst x:extLst}, {@linkcode items x:items}
     */
    static readonly pivotField: XName;
    /**
     * Represents the `x:pivotFields` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     * - child XML elements: {@linkcode pivotField x:pivotField}
     */
    static readonly pivotFields: XName;
    /**
     * Represents the `x:pivotHierarchies` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     * - child XML elements: {@linkcode pivotHierarchy x:pivotHierarchy}
     */
    static readonly pivotHierarchies: XName;
    /**
     * Represents the `x:pivotHierarchy` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotHierarchies x:pivotHierarchies}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode members x:members}, {@linkcode mps x:mps}
     */
    static readonly pivotHierarchy: XName;
    /**
     * Represents the `x:pivotSelection` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sheetView x:sheetView}
     * - child XML elements: {@linkcode pivotArea x:pivotArea}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly pivotSelection: XName;
    /**
     * Represents the `x:pivotTableDefinition` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode chartFormats x:chartFormats}, {@linkcode colFields x:colFields}, {@linkcode colHierarchiesUsage x:colHierarchiesUsage}, {@linkcode colItems x:colItems}, {@linkcode conditionalFormats x:conditionalFormats}, {@linkcode dataFields x:dataFields}, {@linkcode extLst x:extLst}, {@linkcode filters x:filters}, {@linkcode formats x:formats}, {@linkcode location x:location}, {@linkcode pageFields x:pageFields}, {@linkcode pivotFields x:pivotFields}, {@linkcode pivotHierarchies x:pivotHierarchies}, {@linkcode pivotTableStyleInfo x:pivotTableStyleInfo}, {@linkcode rowFields x:rowFields}, {@linkcode rowHierarchiesUsage x:rowHierarchiesUsage}, {@linkcode rowItems x:rowItems}
     */
    static readonly pivotTableDefinition: XName;
    /**
     * Represents the `x:pivotTableStyleInfo` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     */
    static readonly pivotTableStyleInfo: XName;
    /**
     * Represents the `x:printOptions` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customSheetView x:customSheetView}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     */
    static readonly printOptions: XName;
    /**
     * Represents the `x:protectedRange` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode protectedRanges x:protectedRanges}
     */
    static readonly protectedRange: XName;
    /**
     * Represents the `x:protectedRanges` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode protectedRange x:protectedRange}
     */
    static readonly protectedRanges: XName;
    /**
     * Represents the `x:protection` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dxf x:dxf}, {@linkcode ndxf x:ndxf}, {@linkcode odxf x:odxf}, {@linkcode xf x:xf}, {@linkcode X14.dxf x14:dxf}
     */
    static readonly protection: XName;
    /**
     * Represents the `x:query` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode queryCache x:queryCache}
     * - child XML elements: {@linkcode tpls x:tpls}
     */
    static readonly query: XName;
    /**
     * Represents the `x:queryCache` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tupleCache x:tupleCache}
     * - child XML elements: {@linkcode query x:query}
     */
    static readonly queryCache: XName;
    /**
     * Represents the `x:queryTable` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode queryTableRefresh x:queryTableRefresh}
     */
    static readonly queryTable: XName;
    /**
     * Represents the `x:queryTableDeletedFields` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode queryTableRefresh x:queryTableRefresh}
     * - child XML elements: {@linkcode deletedField x:deletedField}
     */
    static readonly queryTableDeletedFields: XName;
    /**
     * Represents the `x:queryTableField` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode queryTableFields x:queryTableFields}
     * - child XML elements: {@linkcode extLst x:extLst}
     */
    static readonly queryTableField: XName;
    /**
     * Represents the `x:queryTableFields` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode queryTableRefresh x:queryTableRefresh}
     * - child XML elements: {@linkcode queryTableField x:queryTableField}
     */
    static readonly queryTableFields: XName;
    /**
     * Represents the `x:queryTableRefresh` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode queryTable x:queryTable}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode queryTableDeletedFields x:queryTableDeletedFields}, {@linkcode queryTableFields x:queryTableFields}, {@linkcode sortState x:sortState}
     */
    static readonly queryTableRefresh: XName;
    /**
     * Represents the `x:r` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode is x:is}, {@linkcode pivotCacheRecords x:pivotCacheRecords}, {@linkcode si x:si}, {@linkcode text x:text}
     * - child XML elements: {@linkcode b x:b}, {@linkcode d x:d}, {@linkcode e x:e}, {@linkcode m x:m}, {@linkcode n x:n}, {@linkcode rPr x:rPr}, {@linkcode s x:s}, {@linkcode t x:t}, {@linkcode x_ x:x_}
     */
    static readonly r: XName;
    /**
     * Represents the `x:raf` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode revisions x:revisions}
     */
    static readonly raf: XName;
    /**
     * Represents the `x:rangePr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fieldGroup x:fieldGroup}
     */
    static readonly rangePr: XName;
    /**
     * Represents the `x:rangeSet` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rangeSets x:rangeSets}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly rangeSet: XName;
    /**
     * Represents the `x:rangeSets` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode consolidation x:consolidation}
     * - child XML elements: {@linkcode rangeSet x:rangeSet}
     */
    static readonly rangeSets: XName;
    /**
     * Represents the `x:rc` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bk x:bk}
     */
    static readonly rc: XName;
    /**
     * Represents the `x:rcc` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode revisions x:revisions}, {@linkcode rm x:rm}, {@linkcode rrc x:rrc}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode nc x:nc}, {@linkcode ndxf x:ndxf}, {@linkcode oc x:oc}, {@linkcode odxf x:odxf}
     */
    static readonly rcc: XName;
    /**
     * Represents the `x:rcft` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode revisions x:revisions}
     */
    static readonly rcft: XName;
    /**
     * Represents the `x:rcmt` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode revisions x:revisions}
     */
    static readonly rcmt: XName;
    /**
     * Represents the `x:rcv` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode revisions x:revisions}
     */
    static readonly rcv: XName;
    /**
     * Represents the `x:rdn` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode revisions x:revisions}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode formula x:formula}, {@linkcode oldFormula x:oldFormula}
     */
    static readonly rdn: XName;
    /**
     * Represents the `x:reference` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode references x:references}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode x_ x:x_}
     */
    static readonly reference: XName;
    /**
     * Represents the `x:references` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotArea x:pivotArea}, {@linkcode X14.pivotArea x14:pivotArea}
     * - child XML elements: {@linkcode reference x:reference}
     */
    static readonly references: XName;
    /**
     * Represents the `x:reviewed` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode reviewedList x:reviewedList}
     */
    static readonly reviewed: XName;
    /**
     * Represents the `x:reviewedList` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode header x:header}
     * - child XML elements: {@linkcode reviewed x:reviewed}
     */
    static readonly reviewedList: XName;
    /**
     * Represents the `x:revisions` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode raf x:raf}, {@linkcode rcc x:rcc}, {@linkcode rcft x:rcft}, {@linkcode rcmt x:rcmt}, {@linkcode rcv x:rcv}, {@linkcode rdn x:rdn}, {@linkcode rfmt x:rfmt}, {@linkcode ris x:ris}, {@linkcode rm x:rm}, {@linkcode rqt x:rqt}, {@linkcode rrc x:rrc}, {@linkcode rsnm x:rsnm}
     */
    static readonly revisions: XName;
    /**
     * Represents the `x:rfmt` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode revisions x:revisions}, {@linkcode rm x:rm}, {@linkcode rrc x:rrc}
     * - child XML elements: {@linkcode dxf x:dxf}, {@linkcode extLst x:extLst}
     */
    static readonly rfmt: XName;
    /**
     * Represents the `x:rFont` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr x:rPr}
     */
    static readonly rFont: XName;
    /**
     * Represents the `x:rgbColor` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode indexedColors x:indexedColors}
     */
    static readonly rgbColor: XName;
    /**
     * Represents the `x:right` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode border x:border}
     * - child XML elements: {@linkcode color x:color}
     */
    static readonly right: XName;
    /**
     * Represents the `x:ris` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode revisions x:revisions}
     */
    static readonly ris: XName;
    /**
     * Represents the `x:rm` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode revisions x:revisions}
     * - child XML elements: {@linkcode rcc x:rcc}, {@linkcode rfmt x:rfmt}, {@linkcode undo x:undo}
     */
    static readonly rm: XName;
    /**
     * Represents the `x:row` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sheetData x:sheetData}
     * - child XML elements: {@linkcode c x:c}, {@linkcode cell x:cell}, {@linkcode extLst x:extLst}
     */
    static readonly row: XName;
    /**
     * Represents the `x:rowBreaks` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customSheetView x:customSheetView}, {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode brk x:brk}
     */
    static readonly rowBreaks: XName;
    /**
     * Represents the `x:rowFields` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     * - child XML elements: {@linkcode field x:field}
     */
    static readonly rowFields: XName;
    /**
     * Represents the `x:rowHierarchiesUsage` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     * - child XML elements: {@linkcode rowHierarchyUsage x:rowHierarchyUsage}
     */
    static readonly rowHierarchiesUsage: XName;
    /**
     * Represents the `x:rowHierarchyUsage` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rowHierarchiesUsage x:rowHierarchiesUsage}
     */
    static readonly rowHierarchyUsage: XName;
    /**
     * Represents the `x:rowItems` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
     * - child XML elements: {@linkcode i x:i}
     */
    static readonly rowItems: XName;
    /**
     * Represents the `x:rPh` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode is x:is}, {@linkcode si x:si}, {@linkcode text x:text}
     * - child XML elements: {@linkcode t x:t}
     */
    static readonly rPh: XName;
    /**
     * Represents the `x:rPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode r x:r}
     * - child XML elements: {@linkcode b x:b}, {@linkcode charset x:charset}, {@linkcode color x:color}, {@linkcode condense x:condense}, {@linkcode extend x:extend}, {@linkcode family x:family}, {@linkcode i x:i}, {@linkcode outline x:outline}, {@linkcode rFont x:rFont}, {@linkcode scheme x:scheme}, {@linkcode shadow x:shadow}, {@linkcode strike x:strike}, {@linkcode sz x:sz}, {@linkcode u x:u}, {@linkcode vertAlign x:vertAlign}
     */
    static readonly rPr: XName;
    /**
     * Represents the `x:rqt` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode revisions x:revisions}
     */
    static readonly rqt: XName;
    /**
     * Represents the `x:rrc` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode revisions x:revisions}
     * - child XML elements: {@linkcode rcc x:rcc}, {@linkcode rfmt x:rfmt}, {@linkcode undo x:undo}
     */
    static readonly rrc: XName;
    /**
     * Represents the `x:rsnm` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode revisions x:revisions}
     * - child XML elements: {@linkcode extLst x:extLst}
     */
    static readonly rsnm: XName;
    /**
     * Represents the `x:s` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode entries x:entries}, {@linkcode groupItems x:groupItems}, {@linkcode metadataStrings x:metadataStrings}, {@linkcode r x:r}, {@linkcode sharedItems x:sharedItems}, {@linkcode tables x:tables}
     * - child XML elements: {@linkcode tpls x:tpls}, {@linkcode x_ x:x_}
     */
    static readonly s: XName;
    /**
     * Represents the `x:scenario` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode scenarios x:scenarios}
     * - child XML elements: {@linkcode inputCells x:inputCells}
     */
    static readonly scenario: XName;
    /**
     * Represents the `x:scenarios` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode scenario x:scenario}
     */
    static readonly scenarios: XName;
    /**
     * Represents the `x:Schema` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode MapInfo x:MapInfo}
     */
    static readonly Schema: XName;
    /**
     * Represents the `x:scheme` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
     */
    static readonly scheme: XName;
    /**
     * Represents the `x:selection` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customSheetView x:customSheetView}, {@linkcode sheetView x:sheetView}
     */
    static readonly selection: XName;
    /**
     * Represents the `x:serverFormat` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode serverFormats x:serverFormats}
     */
    static readonly serverFormat: XName;
    /**
     * Represents the `x:serverFormats` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tupleCache x:tupleCache}
     * - child XML elements: {@linkcode serverFormat x:serverFormat}
     */
    static readonly serverFormats: XName;
    /**
     * Represents the `x:set` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sets x:sets}
     * - child XML elements: {@linkcode sortByTuple x:sortByTuple}, {@linkcode tpls x:tpls}
     */
    static readonly set: XName;
    /**
     * Represents the `x:sets` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tupleCache x:tupleCache}
     * - child XML elements: {@linkcode set x:set}
     */
    static readonly sets: XName;
    /**
     * Represents the `x:shadow` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
     */
    static readonly shadow: XName;
    /**
     * Represents the `x:sharedItems` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cacheField x:cacheField}
     * - child XML elements: {@linkcode b x:b}, {@linkcode d x:d}, {@linkcode e x:e}, {@linkcode m x:m}, {@linkcode n x:n}, {@linkcode s x:s}
     */
    static readonly sharedItems: XName;
    /**
     * Represents the `x:sheet` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sheets x:sheets}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly sheet: XName;
    /**
     * Represents the `x:sheetCalcPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode worksheet x:worksheet}
     */
    static readonly sheetCalcPr: XName;
    /**
     * Represents the `x:sheetData` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sheetDataSet x:sheetDataSet}, {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode row x:row}
     */
    static readonly sheetData: XName;
    /**
     * Represents the `x:sheetDataSet` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode externalBook x:externalBook}
     * - child XML elements: {@linkcode sheetData x:sheetData}
     */
    static readonly sheetDataSet: XName;
    /**
     * Represents the `x:sheetFormatPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     */
    static readonly sheetFormatPr: XName;
    /**
     * Represents the `x:sheetId` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sheetIdMap x:sheetIdMap}
     */
    static readonly sheetId: XName;
    /**
     * Represents the `x:sheetIdMap` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode header x:header}
     * - child XML elements: {@linkcode sheetId x:sheetId}
     */
    static readonly sheetIdMap: XName;
    /**
     * Represents the `x:sheetName` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sheetNames x:sheetNames}
     */
    static readonly sheetName: XName;
    /**
     * Represents the `x:sheetNames` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode externalBook x:externalBook}
     * - child XML elements: {@linkcode sheetName x:sheetName}
     */
    static readonly sheetNames: XName;
    /**
     * Represents the `x:sheetPr` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode outlinePr x:outlinePr}, {@linkcode pageSetUpPr x:pageSetUpPr}, {@linkcode tabColor x:tabColor}
     */
    static readonly sheetPr: XName;
    /**
     * Represents the `x:sheetProtection` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     */
    static readonly sheetProtection: XName;
    /**
     * Represents the `x:sheets` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     * - child XML elements: {@linkcode sheet x:sheet}
     */
    static readonly sheets: XName;
    /**
     * Represents the `x:sheetView` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sheetViews x:sheetViews}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode pane x:pane}, {@linkcode pivotSelection x:pivotSelection}, {@linkcode selection x:selection}
     */
    static readonly sheetView: XName;
    /**
     * Represents the `x:sheetViews` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode sheetView x:sheetView}
     */
    static readonly sheetViews: XName;
    /**
     * Represents the `x:si` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sst x:sst}
     * - child XML elements: {@linkcode phoneticPr x:phoneticPr}, {@linkcode r x:r}, {@linkcode rPh x:rPh}, {@linkcode t x:t}
     */
    static readonly si: XName;
    /**
     * Represents the `x:singleXmlCell` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode singleXmlCells x:singleXmlCells}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode xmlCellPr x:xmlCellPr}
     */
    static readonly singleXmlCell: XName;
    /**
     * Represents the `x:singleXmlCells` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode singleXmlCell x:singleXmlCell}
     */
    static readonly singleXmlCells: XName;
    /**
     * Represents the `x:sortByTuple` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode set x:set}
     * - child XML elements: {@linkcode tpl x:tpl}
     */
    static readonly sortByTuple: XName;
    /**
     * Represents the `x:sortCondition` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sortState x:sortState}
     */
    static readonly sortCondition: XName;
    /**
     * Represents the `x:sortState` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode autoFilter x:autoFilter}, {@linkcode queryTableRefresh x:queryTableRefresh}, {@linkcode table x:table}, {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode sortCondition x:sortCondition}, {@linkcode X14.sortCondition x14:sortCondition}
     */
    static readonly sortState: XName;
    /**
     * Represents the `x:sst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode si x:si}
     */
    static readonly sst: XName;
    /**
     * Represents the `x:start` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode border x:border}
     * - child XML elements: {@linkcode color x:color}
     */
    static readonly start: XName;
    /**
     * Represents the `x:stop` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode gradientFill x:gradientFill}
     * - child XML elements: {@linkcode color x:color}
     */
    static readonly stop: XName;
    /**
     * Represents the `x:stp` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tp x:tp}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly stp: XName;
    /**
     * Represents the `x:strike` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
     */
    static readonly strike: XName;
    /**
     * Represents the `x:styleSheet` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode borders x:borders}, {@linkcode cellStyles x:cellStyles}, {@linkcode cellStyleXfs x:cellStyleXfs}, {@linkcode cellXfs x:cellXfs}, {@linkcode colors x:colors}, {@linkcode dxfs x:dxfs}, {@linkcode extLst x:extLst}, {@linkcode fills x:fills}, {@linkcode fonts x:fonts}, {@linkcode numFmts x:numFmts}, {@linkcode tableStyles x:tableStyles}
     */
    static readonly styleSheet: XName;
    /**
     * Represents the `x:sz` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
     */
    static readonly sz: XName;
    /**
     * Represents the `x:t` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode is x:is}, {@linkcode mdx x:mdx}, {@linkcode r x:r}, {@linkcode rPh x:rPh}, {@linkcode si x:si}, {@linkcode text x:text}
     * - child XML elements: {@linkcode n x:n}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly t: XName;
    /**
     * Represents the `x:tabColor` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sheetPr x:sheetPr}
     */
    static readonly tabColor: XName;
    /**
     * Represents the `x:table` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode autoFilter x:autoFilter}, {@linkcode extLst x:extLst}, {@linkcode sortState x:sortState}, {@linkcode tableColumns x:tableColumns}, {@linkcode tableStyleInfo x:tableStyleInfo}
     */
    static readonly table: XName;
    /**
     * Represents the `x:tableColumn` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableColumns x:tableColumns}
     * - child XML elements: {@linkcode calculatedColumnFormula x:calculatedColumnFormula}, {@linkcode extLst x:extLst}, {@linkcode totalsRowFormula x:totalsRowFormula}, {@linkcode xmlColumnPr x:xmlColumnPr}
     */
    static readonly tableColumn: XName;
    /**
     * Represents the `x:tableColumns` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode table x:table}
     * - child XML elements: {@linkcode tableColumn x:tableColumn}
     */
    static readonly tableColumns: XName;
    /**
     * Represents the `x:tablePart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableParts x:tableParts}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly tablePart: XName;
    /**
     * Represents the `x:tableParts` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode tablePart x:tablePart}
     */
    static readonly tableParts: XName;
    /**
     * Represents the `x:tables` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode webPr x:webPr}
     * - child XML elements: {@linkcode m x:m}, {@linkcode s x:s}, {@linkcode x_ x:x_}
     */
    static readonly tables: XName;
    /**
     * Represents the `x:tableStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyles x:tableStyles}
     * - child XML elements: {@linkcode tableStyleElement x:tableStyleElement}
     */
    static readonly tableStyle: XName;
    /**
     * Represents the `x:tableStyleElement` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle x:tableStyle}
     */
    static readonly tableStyleElement: XName;
    /**
     * Represents the `x:tableStyleInfo` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode table x:table}
     */
    static readonly tableStyleInfo: XName;
    /**
     * Represents the `x:tableStyles` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode styleSheet x:styleSheet}
     * - child XML elements: {@linkcode tableStyle x:tableStyle}
     */
    static readonly tableStyles: XName;
    /**
     * Represents the `x:text` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode comment x:comment}
     * - child XML elements: {@linkcode phoneticPr x:phoneticPr}, {@linkcode r x:r}, {@linkcode rPh x:rPh}, {@linkcode t x:t}
     */
    static readonly text: XName;
    /**
     * Represents the `x:textField` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode textFields x:textFields}
     */
    static readonly textField: XName;
    /**
     * Represents the `x:textFields` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode textPr x:textPr}, {@linkcode X15.textPr x15:textPr}
     * - child XML elements: {@linkcode textField x:textField}
     */
    static readonly textFields: XName;
    /**
     * Represents the `x:textPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode connection x:connection}
     * - child XML elements: {@linkcode textFields x:textFields}
     */
    static readonly textPr: XName;
    /**
     * Represents the `x:to` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode anchor x:anchor}
     */
    static readonly to: XName;
    /**
     * Represents the `x:top` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode border x:border}
     * - child XML elements: {@linkcode color x:color}
     */
    static readonly top: XName;
    /**
     * Represents the `x:top10` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode filterColumn x:filterColumn}
     */
    static readonly top10: XName;
    /**
     * Represents the `x:totalsRowFormula` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableColumn x:tableColumn}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly totalsRowFormula: XName;
    /**
     * Represents the `x:tp` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode main x:main}
     * - child XML elements: {@linkcode stp x:stp}, {@linkcode tr x:tr}, {@linkcode v x:v}
     */
    static readonly tp: XName;
    /**
     * Represents the `x:tpl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sortByTuple x:sortByTuple}, {@linkcode tpls x:tpls}
     */
    static readonly tpl: XName;
    /**
     * Represents the `x:tpls` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode e x:e}, {@linkcode m x:m}, {@linkcode n x:n}, {@linkcode query x:query}, {@linkcode s x:s}, {@linkcode set x:set}
     * - child XML elements: {@linkcode tpl x:tpl}
     */
    static readonly tpls: XName;
    /**
     * Represents the `x:tr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tp x:tp}
     */
    static readonly tr: XName;
    /**
     * Represents the `x:tupleCache` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
     * - child XML elements: {@linkcode entries x:entries}, {@linkcode extLst x:extLst}, {@linkcode queryCache x:queryCache}, {@linkcode serverFormats x:serverFormats}, {@linkcode sets x:sets}
     */
    static readonly tupleCache: XName;
    /**
     * Represents the `x:u` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
     */
    static readonly u: XName;
    /**
     * Represents the `x:undo` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rm x:rm}, {@linkcode rrc x:rrc}
     */
    static readonly undo: XName;
    /**
     * Represents the `x:userInfo` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode users x:users}
     * - child XML elements: {@linkcode extLst x:extLst}
     */
    static readonly userInfo: XName;
    /**
     * Represents the `x:users` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode userInfo x:userInfo}
     */
    static readonly users: XName;
    /**
     * Represents the `x:v` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode c x:c}, {@linkcode cell x:cell}, {@linkcode nc x:nc}, {@linkcode oc x:oc}, {@linkcode tp x:tp}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly v: XName;
    /**
     * Represents the `x:val` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode value x:value}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly val: XName;
    /**
     * Represents the `x:value` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode values x:values}, {@linkcode X14.values x14:values}
     * - child XML elements: {@linkcode val x:val}
     */
    static readonly value: XName;
    /**
     * Represents the `x:valueMetadata` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode metadata x:metadata}
     * - child XML elements: {@linkcode bk x:bk}
     */
    static readonly valueMetadata: XName;
    /**
     * Represents the `x:values` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ddeItem x:ddeItem}
     * - child XML elements: {@linkcode value x:value}
     */
    static readonly values: XName;
    /**
     * Represents the `x:vertAlign` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
     */
    static readonly vertAlign: XName;
    /**
     * Represents the `x:vertical` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode border x:border}
     * - child XML elements: {@linkcode color x:color}
     */
    static readonly vertical: XName;
    /**
     * Represents the `x:volType` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode volTypes x:volTypes}
     * - child XML elements: {@linkcode main x:main}
     */
    static readonly volType: XName;
    /**
     * Represents the `x:volTypes` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode volType x:volType}
     */
    static readonly volTypes: XName;
    /**
     * Represents the `x:webPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode connection x:connection}
     * - child XML elements: {@linkcode tables x:tables}
     */
    static readonly webPr: XName;
    /**
     * Represents the `x:webPublishing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     */
    static readonly webPublishing: XName;
    /**
     * Represents the `x:webPublishItem` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode webPublishItems x:webPublishItems}
     */
    static readonly webPublishItem: XName;
    /**
     * Represents the `x:webPublishItems` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode worksheet x:worksheet}
     * - child XML elements: {@linkcode webPublishItem x:webPublishItem}
     */
    static readonly webPublishItems: XName;
    /**
     * Represents the `x:webPublishObject` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode webPublishObjects x:webPublishObjects}
     */
    static readonly webPublishObject: XName;
    /**
     * Represents the `x:webPublishObjects` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     * - child XML elements: {@linkcode webPublishObject x:webPublishObject}
     */
    static readonly webPublishObjects: XName;
    /**
     * Represents the `x:workbook` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode bookViews x:bookViews}, {@linkcode calcPr x:calcPr}, {@linkcode customWorkbookViews x:customWorkbookViews}, {@linkcode definedNames x:definedNames}, {@linkcode externalReferences x:externalReferences}, {@linkcode extLst x:extLst}, {@linkcode fileRecoveryPr x:fileRecoveryPr}, {@linkcode fileSharing x:fileSharing}, {@linkcode fileVersion x:fileVersion}, {@linkcode functionGroups x:functionGroups}, {@linkcode oleSize x:oleSize}, {@linkcode pivotCaches x:pivotCaches}, {@linkcode sheets x:sheets}, {@linkcode webPublishing x:webPublishing}, {@linkcode webPublishObjects x:webPublishObjects}, {@linkcode workbookPr x:workbookPr}, {@linkcode workbookProtection x:workbookProtection}
     */
    static readonly workbook: XName;
    /**
     * Represents the `x:workbookPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     */
    static readonly workbookPr: XName;
    /**
     * Represents the `x:workbookProtection` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode workbook x:workbook}
     */
    static readonly workbookProtection: XName;
    /**
     * Represents the `x:workbookView` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bookViews x:bookViews}
     * - child XML elements: {@linkcode extLst x:extLst}
     */
    static readonly workbookView: XName;
    /**
     * Represents the `x:worksheet` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - child XML elements: {@linkcode autoFilter x:autoFilter}, {@linkcode cellWatches x:cellWatches}, {@linkcode colBreaks x:colBreaks}, {@linkcode cols x:cols}, {@linkcode conditionalFormatting x:conditionalFormatting}, {@linkcode controls x:controls}, {@linkcode customProperties x:customProperties}, {@linkcode customSheetViews x:customSheetViews}, {@linkcode dataConsolidate x:dataConsolidate}, {@linkcode dataValidations x:dataValidations}, {@linkcode dimension x:dimension}, {@linkcode drawing x:drawing}, {@linkcode drawingHF x:drawingHF}, {@linkcode extLst x:extLst}, {@linkcode headerFooter x:headerFooter}, {@linkcode hyperlinks x:hyperlinks}, {@linkcode ignoredErrors x:ignoredErrors}, {@linkcode legacyDrawing x:legacyDrawing}, {@linkcode legacyDrawingHF x:legacyDrawingHF}, {@linkcode mergeCells x:mergeCells}, {@linkcode oleObjects x:oleObjects}, {@linkcode pageMargins x:pageMargins}, {@linkcode pageSetup x:pageSetup}, {@linkcode phoneticPr x:phoneticPr}, {@linkcode picture x:picture}, {@linkcode printOptions x:printOptions}, {@linkcode protectedRanges x:protectedRanges}, {@linkcode rowBreaks x:rowBreaks}, {@linkcode scenarios x:scenarios}, {@linkcode sheetCalcPr x:sheetCalcPr}, {@linkcode sheetData x:sheetData}, {@linkcode sheetFormatPr x:sheetFormatPr}, {@linkcode sheetPr x:sheetPr}, {@linkcode sheetProtection x:sheetProtection}, {@linkcode sheetViews x:sheetViews}, {@linkcode sortState x:sortState}, {@linkcode tableParts x:tableParts}, {@linkcode webPublishItems x:webPublishItems}
     */
    static readonly worksheet: XName;
    /**
     * Represents the `x:worksheetSource` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cacheSource x:cacheSource}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly worksheetSource: XName;
    /**
     * Represents the `x:x` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode b x:b}, {@linkcode d x:d}, {@linkcode discretePr x:discretePr}, {@linkcode e x:e}, {@linkcode i x:i}, {@linkcode m x:m}, {@linkcode n x:n}, {@linkcode r x:r}, {@linkcode reference x:reference}, {@linkcode s x:s}, {@linkcode tables x:tables}
     */
    static readonly x_: XName;
    /**
     * Represents the `x:xf` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cellStyleXfs x:cellStyleXfs}, {@linkcode cellXfs x:cellXfs}
     * - child XML elements: {@linkcode alignment x:alignment}, {@linkcode extLst x:extLst}, {@linkcode protection x:protection}
     */
    static readonly xf: XName;
    /**
     * Represents the `x:xmlCellPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode singleXmlCell x:singleXmlCell}
     * - child XML elements: {@linkcode extLst x:extLst}, {@linkcode xmlPr x:xmlPr}
     */
    static readonly xmlCellPr: XName;
    /**
     * Represents the `x:xmlColumnPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableColumn x:tableColumn}
     * - child XML elements: {@linkcode extLst x:extLst}
     */
    static readonly xmlColumnPr: XName;
    /**
     * Represents the `x:xmlPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode xmlCellPr x:xmlCellPr}
     * - child XML elements: {@linkcode extLst x:extLst}
     */
    static readonly xmlPr: XName;
}
