/**
 * @author Thomas Barnekow
 * @license MIT
 */
import { XAttribute, XName, XNamespace } from '@openxmldev/linq-to-xml';
/**
 * Declares XNamespace and XName fields for the `xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"` namespace.
 */
export declare class A {
    /**
     * Defines the XML namespace associated with the `a` prefix.
     */
    static readonly a: XNamespace;
    /**
     * Returns the namespace declaration `XAttribute` for this namespace.
     */
    static get namespaceDeclaration(): XAttribute;
    /**
     * Represents the `a:accent1` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode clrScheme a:clrScheme}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly accent1: XName;
    /**
     * Represents the `a:accent2` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode clrScheme a:clrScheme}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly accent2: XName;
    /**
     * Represents the `a:accent3` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode clrScheme a:clrScheme}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly accent3: XName;
    /**
     * Represents the `a:accent4` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode clrScheme a:clrScheme}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly accent4: XName;
    /**
     * Represents the `a:accent5` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode clrScheme a:clrScheme}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly accent5: XName;
    /**
     * Represents the `a:accent6` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode clrScheme a:clrScheme}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly accent6: XName;
    /**
     * Represents the `a:ahLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode custGeom a:custGeom}
     * - child XML elements: {@linkcode ahPolar a:ahPolar}, {@linkcode ahXY a:ahXY}
     */
    static readonly ahLst: XName;
    /**
     * Represents the `a:ahPolar` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ahLst a:ahLst}
     * - child XML elements: {@linkcode pos a:pos}
     */
    static readonly ahPolar: XName;
    /**
     * Represents the `a:ahXY` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ahLst a:ahLst}
     * - child XML elements: {@linkcode pos a:pos}
     */
    static readonly ahXY: XName;
    /**
     * Represents the `a:alpha` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly alpha: XName;
    /**
     * Represents the `a:alphaBiLevel` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     */
    static readonly alphaBiLevel: XName;
    /**
     * Represents the `a:alphaCeiling` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     */
    static readonly alphaCeiling: XName;
    /**
     * Represents the `a:alphaFloor` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     */
    static readonly alphaFloor: XName;
    /**
     * Represents the `a:alphaInv` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly alphaInv: XName;
    /**
     * Represents the `a:alphaMod` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     * - child XML elements: {@linkcode cont a:cont}
     */
    static readonly alphaMod: XName;
    /**
     * Represents the `a:alphaModFix` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     */
    static readonly alphaModFix: XName;
    /**
     * Represents the `a:alphaOff` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly alphaOff: XName;
    /**
     * Represents the `a:alphaOutset` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     */
    static readonly alphaOutset: XName;
    /**
     * Represents the `a:alphaRepl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     */
    static readonly alphaRepl: XName;
    /**
     * Represents the `a:anchor` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode backdrop a:backdrop}
     */
    static readonly anchor: XName;
    /**
     * Represents the `a:arcTo` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode path a:path}
     */
    static readonly arcTo: XName;
    /**
     * Represents the `a:audioCd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode P.nvPr p:nvPr}, {@linkcode P14.nvPr p14:nvPr}
     * - child XML elements: {@linkcode end a:end}, {@linkcode extLst a:extLst}, {@linkcode st a:st}
     */
    static readonly audioCd: XName;
    /**
     * Represents the `a:audioFile` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode P.nvPr p:nvPr}, {@linkcode P14.nvPr p14:nvPr}
     * - child XML elements: {@linkcode extLst a:extLst}
     * - XML attributes: {@linkcode R.link r:link}
     */
    static readonly audioFile: XName;
    /**
     * Represents the `a:avLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode custGeom a:custGeom}, {@linkcode prstGeom a:prstGeom}, {@linkcode prstTxWarp a:prstTxWarp}
     * - child XML elements: {@linkcode gd a:gd}
     */
    static readonly avLst: XName;
    /**
     * Represents the `a:backdrop` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode scene3d a:scene3d}, {@linkcode A14.hiddenScene3d a14:hiddenScene3d}
     * - child XML elements: {@linkcode anchor a:anchor}, {@linkcode extLst a:extLst}, {@linkcode norm a:norm}, {@linkcode up a:up}
     */
    static readonly backdrop: XName;
    /**
     * Represents the `a:band1H` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle}
     * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle}
     */
    static readonly band1H: XName;
    /**
     * Represents the `a:band1V` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle}
     * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle}
     */
    static readonly band1V: XName;
    /**
     * Represents the `a:band2H` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle}
     * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle}
     */
    static readonly band2H: XName;
    /**
     * Represents the `a:band2V` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle}
     * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle}
     */
    static readonly band2V: XName;
    /**
     * Represents the `a:bevel` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cell3D a:cell3D}, {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode uLn a:uLn}, {@linkcode A14.hiddenLine a14:hiddenLine}
     */
    static readonly bevel: XName;
    /**
     * Represents the `a:bevelB` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sp3d a:sp3d}, {@linkcode A14.hiddenSp3d a14:hiddenSp3d}
     */
    static readonly bevelB: XName;
    /**
     * Represents the `a:bevelT` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sp3d a:sp3d}, {@linkcode A14.hiddenSp3d a14:hiddenSp3d}
     */
    static readonly bevelT: XName;
    /**
     * Represents the `a:bgClr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pattFill a:pattFill}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly bgClr: XName;
    /**
     * Represents the `a:bgFillStyleLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fmtScheme a:fmtScheme}
     * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode solidFill a:solidFill}
     */
    static readonly bgFillStyleLst: XName;
    /**
     * Represents the `a:biLevel` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     */
    static readonly biLevel: XName;
    /**
     * Represents the `a:bldChart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode P.bldSub p:bldSub}
     */
    static readonly bldChart: XName;
    /**
     * Represents the `a:bldDgm` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode P.bldSub p:bldSub}
     */
    static readonly bldDgm: XName;
    /**
     * Represents the `a:blend` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     * - child XML elements: {@linkcode cont a:cont}
     */
    static readonly blend: XName;
    /**
     * Represents the `a:blip` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blipFill a:blipFill}, {@linkcode buBlip a:buBlip}, {@linkcode graphicData a:graphicData}, {@linkcode P.blipFill p:blipFill}
     * - child XML elements: {@linkcode alphaBiLevel a:alphaBiLevel}, {@linkcode alphaCeiling a:alphaCeiling}, {@linkcode alphaFloor a:alphaFloor}, {@linkcode alphaInv a:alphaInv}, {@linkcode alphaMod a:alphaMod}, {@linkcode alphaModFix a:alphaModFix}, {@linkcode alphaRepl a:alphaRepl}, {@linkcode biLevel a:biLevel}, {@linkcode blur a:blur}, {@linkcode clrChange a:clrChange}, {@linkcode clrRepl a:clrRepl}, {@linkcode duotone a:duotone}, {@linkcode extLst a:extLst}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode grayscl a:grayscl}, {@linkcode hsl a:hsl}, {@linkcode lum a:lum}, {@linkcode tint a:tint}
     * - XML attributes: {@linkcode R.embed r:embed}, {@linkcode R.link r:link}
     */
    static readonly blip: XName;
    /**
     * Represents the `a:blipFill` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bgFillStyleLst a:bgFillStyleLst}, {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode fill a:fill}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode fillStyleLst a:fillStyleLst}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode pic a:pic}, {@linkcode rPr a:rPr}, {@linkcode spPr a:spPr}, {@linkcode tblPr a:tblPr}, {@linkcode tcPr a:tcPr}, {@linkcode uFill a:uFill}, {@linkcode A14.hiddenFill a14:hiddenFill}, {@linkcode P.bgPr p:bgPr}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPC.bg wpc:bg}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.spPr wps:spPr}
     * - child XML elements: {@linkcode blip a:blip}, {@linkcode srcRect a:srcRect}, {@linkcode stretch a:stretch}, {@linkcode tile a:tile}
     */
    static readonly blipFill: XName;
    /**
     * Represents the `a:blue` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly blue: XName;
    /**
     * Represents the `a:blueMod` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly blueMod: XName;
    /**
     * Represents the `a:blueOff` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly blueOff: XName;
    /**
     * Represents the `a:blur` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}
     */
    static readonly blur: XName;
    /**
     * Represents the `a:bodyPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lnDef a:lnDef}, {@linkcode spDef a:spDef}, {@linkcode txBody a:txBody}, {@linkcode txDef a:txDef}, {@linkcode P.txBody p:txBody}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode flatTx a:flatTx}, {@linkcode noAutofit a:noAutofit}, {@linkcode normAutofit a:normAutofit}, {@linkcode prstTxWarp a:prstTxWarp}, {@linkcode scene3d a:scene3d}, {@linkcode sp3d a:sp3d}, {@linkcode spAutoFit a:spAutoFit}
     */
    static readonly bodyPr: XName;
    /**
     * Represents the `a:bottom` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcBdr a:tcBdr}
     * - child XML elements: {@linkcode ln a:ln}, {@linkcode lnRef a:lnRef}
     */
    static readonly bottom: XName;
    /**
     * Represents the `a:br` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode p a:p}
     * - child XML elements: {@linkcode rPr a:rPr}
     */
    static readonly br: XName;
    /**
     * Represents the `a:buAutoNum` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     */
    static readonly buAutoNum: XName;
    /**
     * Represents the `a:buBlip` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     * - child XML elements: {@linkcode blip a:blip}
     */
    static readonly buBlip: XName;
    /**
     * Represents the `a:buChar` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     */
    static readonly buChar: XName;
    /**
     * Represents the `a:buClr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly buClr: XName;
    /**
     * Represents the `a:buClrTx` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     */
    static readonly buClrTx: XName;
    /**
     * Represents the `a:buFont` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     */
    static readonly buFont: XName;
    /**
     * Represents the `a:buFontTx` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     */
    static readonly buFontTx: XName;
    /**
     * Represents the `a:buNone` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     */
    static readonly buNone: XName;
    /**
     * Represents the `a:buSzPct` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     */
    static readonly buSzPct: XName;
    /**
     * Represents the `a:buSzPts` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     */
    static readonly buSzPts: XName;
    /**
     * Represents the `a:buSzTx` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     */
    static readonly buSzTx: XName;
    /**
     * Represents the `a:camera` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode scene3d a:scene3d}, {@linkcode A14.hiddenScene3d a14:hiddenScene3d}
     * - child XML elements: {@linkcode rot a:rot}
     */
    static readonly camera: XName;
    /**
     * Represents the `a:cell3D` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr a:tcPr}, {@linkcode tcStyle a:tcStyle}
     * - child XML elements: {@linkcode bevel a:bevel}, {@linkcode extLst a:extLst}, {@linkcode lightRig a:lightRig}
     */
    static readonly cell3D: XName;
    /**
     * Represents the `a:chart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode P.graphicEl p:graphicEl}
     */
    static readonly chart: XName;
    /**
     * Represents the `a:chExt` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode xfrm a:xfrm}
     */
    static readonly chExt: XName;
    /**
     * Represents the `a:chOff` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode xfrm a:xfrm}
     */
    static readonly chOff: XName;
    /**
     * Represents the `a:close` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode path a:path}
     */
    static readonly close: XName;
    /**
     * Represents the `a:clrChange` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     * - child XML elements: {@linkcode clrFrom a:clrFrom}, {@linkcode clrTo a:clrTo}
     */
    static readonly clrChange: XName;
    /**
     * Represents the `a:clrFrom` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode clrChange a:clrChange}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly clrFrom: XName;
    /**
     * Represents the `a:clrMap` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode extraClrScheme a:extraClrScheme}
     * - child XML elements: {@linkcode extLst a:extLst}
     */
    static readonly clrMap: XName;
    /**
     * Represents the `a:clrRepl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly clrRepl: XName;
    /**
     * Represents the `a:clrScheme` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode extraClrScheme a:extraClrScheme}, {@linkcode themeElements a:themeElements}, {@linkcode themeOverride a:themeOverride}
     * - child XML elements: {@linkcode accent1 a:accent1}, {@linkcode accent2 a:accent2}, {@linkcode accent3 a:accent3}, {@linkcode accent4 a:accent4}, {@linkcode accent5 a:accent5}, {@linkcode accent6 a:accent6}, {@linkcode dk1 a:dk1}, {@linkcode dk2 a:dk2}, {@linkcode extLst a:extLst}, {@linkcode folHlink a:folHlink}, {@linkcode hlink a:hlink}, {@linkcode lt1 a:lt1}, {@linkcode lt2 a:lt2}
     */
    static readonly clrScheme: XName;
    /**
     * Represents the `a:clrTo` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode clrChange a:clrChange}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly clrTo: XName;
    /**
     * Represents the `a:cNvCxnSpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode nvCxnSpPr a:nvCxnSpPr}
     * - child XML elements: {@linkcode cxnSpLocks a:cxnSpLocks}, {@linkcode endCxn a:endCxn}, {@linkcode extLst a:extLst}, {@linkcode stCxn a:stCxn}
     */
    static readonly cNvCxnSpPr: XName;
    /**
     * Represents the `a:cNvGraphicFramePr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode nvGraphicFramePr a:nvGraphicFramePr}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode graphicFrameLocks a:graphicFrameLocks}
     */
    static readonly cNvGraphicFramePr: XName;
    /**
     * Represents the `a:cNvGrpSpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode nvGrpSpPr a:nvGrpSpPr}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode grpSpLocks a:grpSpLocks}
     */
    static readonly cNvGrpSpPr: XName;
    /**
     * Represents the `a:cNvPicPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode nvPicPr a:nvPicPr}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode picLocks a:picLocks}
     */
    static readonly cNvPicPr: XName;
    /**
     * Represents the `a:cNvPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode nvCxnSpPr a:nvCxnSpPr}, {@linkcode nvGraphicFramePr a:nvGraphicFramePr}, {@linkcode nvGrpSpPr a:nvGrpSpPr}, {@linkcode nvPicPr a:nvPicPr}, {@linkcode nvSpPr a:nvSpPr}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode hlinkClick a:hlinkClick}, {@linkcode hlinkHover a:hlinkHover}
     */
    static readonly cNvPr: XName;
    /**
     * Represents the `a:cNvSpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode nvSpPr a:nvSpPr}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode spLocks a:spLocks}
     */
    static readonly cNvSpPr: XName;
    /**
     * Represents the `a:comp` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly comp: XName;
    /**
     * Represents the `a:cont` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode alphaMod a:alphaMod}, {@linkcode blend a:blend}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     * - child XML elements: {@linkcode alphaBiLevel a:alphaBiLevel}, {@linkcode alphaCeiling a:alphaCeiling}, {@linkcode alphaFloor a:alphaFloor}, {@linkcode alphaInv a:alphaInv}, {@linkcode alphaMod a:alphaMod}, {@linkcode alphaModFix a:alphaModFix}, {@linkcode alphaOutset a:alphaOutset}, {@linkcode alphaRepl a:alphaRepl}, {@linkcode biLevel a:biLevel}, {@linkcode blend a:blend}, {@linkcode blur a:blur}, {@linkcode clrChange a:clrChange}, {@linkcode clrRepl a:clrRepl}, {@linkcode cont a:cont}, {@linkcode duotone a:duotone}, {@linkcode effect a:effect}, {@linkcode fill a:fill}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode glow a:glow}, {@linkcode grayscl a:grayscl}, {@linkcode hsl a:hsl}, {@linkcode innerShdw a:innerShdw}, {@linkcode lum a:lum}, {@linkcode outerShdw a:outerShdw}, {@linkcode prstShdw a:prstShdw}, {@linkcode reflection a:reflection}, {@linkcode relOff a:relOff}, {@linkcode softEdge a:softEdge}, {@linkcode tint a:tint}, {@linkcode xfrm a:xfrm}
     */
    static readonly cont: XName;
    /**
     * Represents the `a:contourClr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sp3d a:sp3d}, {@linkcode A14.hiddenSp3d a14:hiddenSp3d}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly contourClr: XName;
    /**
     * Represents the `a:cs` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode font a:font}, {@linkcode majorFont a:majorFont}, {@linkcode minorFont a:minorFont}, {@linkcode rPr a:rPr}
     */
    static readonly cs: XName;
    /**
     * Represents the `a:cubicBezTo` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode path a:path}
     * - child XML elements: {@linkcode pt a:pt}
     */
    static readonly cubicBezTo: XName;
    /**
     * Represents the `a:custClr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode custClrLst a:custClrLst}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly custClr: XName;
    /**
     * Represents the `a:custClrLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode theme a:theme}
     * - child XML elements: {@linkcode custClr a:custClr}
     */
    static readonly custClrLst: XName;
    /**
     * Represents the `a:custDash` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode uLn a:uLn}, {@linkcode A14.hiddenLine a14:hiddenLine}
     * - child XML elements: {@linkcode ds a:ds}
     */
    static readonly custDash: XName;
    /**
     * Represents the `a:custGeom` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode spPr a:spPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPS.spPr wps:spPr}
     * - child XML elements: {@linkcode ahLst a:ahLst}, {@linkcode avLst a:avLst}, {@linkcode cxnLst a:cxnLst}, {@linkcode gdLst a:gdLst}, {@linkcode pathLst a:pathLst}, {@linkcode rect a:rect}
     */
    static readonly custGeom: XName;
    /**
     * Represents the `a:cxn` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cxnLst a:cxnLst}
     * - child XML elements: {@linkcode pos a:pos}
     */
    static readonly cxn: XName;
    /**
     * Represents the `a:cxnLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode custGeom a:custGeom}
     * - child XML elements: {@linkcode cxn a:cxn}
     */
    static readonly cxnLst: XName;
    /**
     * Represents the `a:cxnSp` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode grpSp a:grpSp}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode nvCxnSpPr a:nvCxnSpPr}, {@linkcode spPr a:spPr}, {@linkcode style a:style}
     */
    static readonly cxnSp: XName;
    /**
     * Represents the `a:cxnSpLocks` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cNvCxnSpPr a:cNvCxnSpPr}, {@linkcode P.cNvCxnSpPr p:cNvCxnSpPr}, {@linkcode WPS.cNvCnPr wps:cNvCnPr}
     * - child XML elements: {@linkcode extLst a:extLst}
     */
    static readonly cxnSpLocks: XName;
    /**
     * Represents the `a:defPPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lstStyle a:lstStyle}, {@linkcode P.bodyStyle p:bodyStyle}, {@linkcode P.defaultTextStyle p:defaultTextStyle}, {@linkcode P.notesStyle p:notesStyle}, {@linkcode P.otherStyle p:otherStyle}, {@linkcode P.titleStyle p:titleStyle}
     * - child XML elements: {@linkcode buAutoNum a:buAutoNum}, {@linkcode buBlip a:buBlip}, {@linkcode buChar a:buChar}, {@linkcode buClr a:buClr}, {@linkcode buClrTx a:buClrTx}, {@linkcode buFont a:buFont}, {@linkcode buFontTx a:buFontTx}, {@linkcode buNone a:buNone}, {@linkcode buSzPct a:buSzPct}, {@linkcode buSzPts a:buSzPts}, {@linkcode buSzTx a:buSzTx}, {@linkcode defRPr a:defRPr}, {@linkcode extLst a:extLst}, {@linkcode lnSpc a:lnSpc}, {@linkcode spcAft a:spcAft}, {@linkcode spcBef a:spcBef}, {@linkcode tabLst a:tabLst}
     */
    static readonly defPPr: XName;
    /**
     * Represents the `a:defRPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode cs a:cs}, {@linkcode ea a:ea}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode highlight a:highlight}, {@linkcode hlinkClick a:hlinkClick}, {@linkcode hlinkMouseOver a:hlinkMouseOver}, {@linkcode latin a:latin}, {@linkcode ln a:ln}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode rtl a:rtl}, {@linkcode solidFill a:solidFill}, {@linkcode sym a:sym}, {@linkcode uFill a:uFill}, {@linkcode uFillTx a:uFillTx}, {@linkcode uLn a:uLn}, {@linkcode uLnTx a:uLnTx}
     */
    static readonly defRPr: XName;
    /**
     * Represents the `a:dgm` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode P.graphicEl p:graphicEl}
     */
    static readonly dgm: XName;
    /**
     * Represents the `a:dk1` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode clrScheme a:clrScheme}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly dk1: XName;
    /**
     * Represents the `a:dk2` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode clrScheme a:clrScheme}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly dk2: XName;
    /**
     * Represents the `a:ds` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode custDash a:custDash}
     */
    static readonly ds: XName;
    /**
     * Represents the `a:duotone` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly duotone: XName;
    /**
     * Represents the `a:ea` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode font a:font}, {@linkcode majorFont a:majorFont}, {@linkcode minorFont a:minorFont}, {@linkcode rPr a:rPr}
     */
    static readonly ea: XName;
    /**
     * Represents the `a:effect` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode tblBg a:tblBg}
     * - child XML elements: {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}
     */
    static readonly effect: XName;
    /**
     * Represents the `a:effectDag` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode effect a:effect}, {@linkcode effectStyle a:effectStyle}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode rPr a:rPr}, {@linkcode spPr a:spPr}, {@linkcode tblPr a:tblPr}, {@linkcode A14.hiddenEffects a14:hiddenEffects}, {@linkcode P.bgPr p:bgPr}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPC.bg wpc:bg}, {@linkcode WPC.whole wpc:whole}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.spPr wps:spPr}
     * - child XML elements: {@linkcode alphaBiLevel a:alphaBiLevel}, {@linkcode alphaCeiling a:alphaCeiling}, {@linkcode alphaFloor a:alphaFloor}, {@linkcode alphaInv a:alphaInv}, {@linkcode alphaMod a:alphaMod}, {@linkcode alphaModFix a:alphaModFix}, {@linkcode alphaOutset a:alphaOutset}, {@linkcode alphaRepl a:alphaRepl}, {@linkcode biLevel a:biLevel}, {@linkcode blend a:blend}, {@linkcode blur a:blur}, {@linkcode clrChange a:clrChange}, {@linkcode clrRepl a:clrRepl}, {@linkcode cont a:cont}, {@linkcode duotone a:duotone}, {@linkcode effect a:effect}, {@linkcode fill a:fill}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode glow a:glow}, {@linkcode grayscl a:grayscl}, {@linkcode hsl a:hsl}, {@linkcode innerShdw a:innerShdw}, {@linkcode lum a:lum}, {@linkcode outerShdw a:outerShdw}, {@linkcode prstShdw a:prstShdw}, {@linkcode reflection a:reflection}, {@linkcode relOff a:relOff}, {@linkcode softEdge a:softEdge}, {@linkcode tint a:tint}, {@linkcode xfrm a:xfrm}
     */
    static readonly effectDag: XName;
    /**
     * Represents the `a:effectLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode effect a:effect}, {@linkcode effectStyle a:effectStyle}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode rPr a:rPr}, {@linkcode spPr a:spPr}, {@linkcode tblPr a:tblPr}, {@linkcode A14.hiddenEffects a14:hiddenEffects}, {@linkcode P.bgPr p:bgPr}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPC.bg wpc:bg}, {@linkcode WPC.whole wpc:whole}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.spPr wps:spPr}
     * - child XML elements: {@linkcode blur a:blur}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode glow a:glow}, {@linkcode innerShdw a:innerShdw}, {@linkcode outerShdw a:outerShdw}, {@linkcode prstShdw a:prstShdw}, {@linkcode reflection a:reflection}, {@linkcode softEdge a:softEdge}
     */
    static readonly effectLst: XName;
    /**
     * Represents the `a:effectRef` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style a:style}, {@linkcode tblBg a:tblBg}, {@linkcode P.style p:style}, {@linkcode WPS.style wps:style}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly effectRef: XName;
    /**
     * Represents the `a:effectStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode effectStyleLst a:effectStyleLst}
     * - child XML elements: {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}, {@linkcode scene3d a:scene3d}, {@linkcode sp3d a:sp3d}
     */
    static readonly effectStyle: XName;
    /**
     * Represents the `a:effectStyleLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fmtScheme a:fmtScheme}
     * - child XML elements: {@linkcode effectStyle a:effectStyle}
     */
    static readonly effectStyleLst: XName;
    /**
     * Represents the `a:end` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode audioCd a:audioCd}
     */
    static readonly end: XName;
    /**
     * Represents the `a:endCxn` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cNvCxnSpPr a:cNvCxnSpPr}, {@linkcode P.cNvCxnSpPr p:cNvCxnSpPr}, {@linkcode WPS.cNvCnPr wps:cNvCnPr}
     */
    static readonly endCxn: XName;
    /**
     * Represents the `a:endParaRPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode p a:p}
     * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode cs a:cs}, {@linkcode ea a:ea}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode highlight a:highlight}, {@linkcode hlinkClick a:hlinkClick}, {@linkcode hlinkMouseOver a:hlinkMouseOver}, {@linkcode latin a:latin}, {@linkcode ln a:ln}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode rtl a:rtl}, {@linkcode solidFill a:solidFill}, {@linkcode sym a:sym}, {@linkcode uFill a:uFill}, {@linkcode uFillTx a:uFillTx}, {@linkcode uLn a:uLn}, {@linkcode uLnTx a:uLnTx}
     */
    static readonly endParaRPr: XName;
    /**
     * Represents the `a:ext` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode extLst a:extLst}, {@linkcode xfrm a:xfrm}, {@linkcode A14.extLst a14:extLst}, {@linkcode A14.xfrm a14:xfrm}, {@linkcode P.xfrm p:xfrm}, {@linkcode P14.xfrm p14:xfrm}, {@linkcode W14.extLst w14:extLst}, {@linkcode W14.xfrm w14:xfrm}, {@linkcode WPC.extLst wpc:extLst}, {@linkcode WPG.extLst wpg:extLst}, {@linkcode WPG.xfrm wpg:xfrm}, {@linkcode WPS.extLst wps:extLst}
     * - child XML elements: {@linkcode graphic a:graphic}, {@linkcode A14.cameraTool a14:cameraTool}, {@linkcode A14.compatExt a14:compatExt}, {@linkcode A14.hiddenEffects a14:hiddenEffects}, {@linkcode A14.hiddenFill a14:hiddenFill}, {@linkcode A14.hiddenLine a14:hiddenLine}, {@linkcode A14.hiddenScene3d a14:hiddenScene3d}, {@linkcode A14.hiddenSp3d a14:hiddenSp3d}, {@linkcode A14.imgProps a14:imgProps}, {@linkcode A14.isCanvas a14:isCanvas}, {@linkcode A14.shadowObscured a14:shadowObscured}, {@linkcode A14.useLocalDpi a14:useLocalDpi}, {@linkcode A15.backgroundPr a15:backgroundPr}, {@linkcode A15.nonVisualGroupProps a15:nonVisualGroupProps}, {@linkcode A15.objectPr a15:objectPr}, {@linkcode A15.signatureLine a15:signatureLine}, {@linkcode A16.creationId a16:creationId}, {@linkcode A16.predDERef a16:predDERef}
     */
    static readonly ext: XName;
    /**
     * Represents the `a:extLst` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode audioCd a:audioCd}, {@linkcode audioFile a:audioFile}, {@linkcode backdrop a:backdrop}, {@linkcode blip a:blip}, {@linkcode bodyPr a:bodyPr}, {@linkcode cell3D a:cell3D}, {@linkcode clrMap a:clrMap}, {@linkcode clrScheme a:clrScheme}, {@linkcode cNvCxnSpPr a:cNvCxnSpPr}, {@linkcode cNvGraphicFramePr a:cNvGraphicFramePr}, {@linkcode cNvGrpSpPr a:cNvGrpSpPr}, {@linkcode cNvPicPr a:cNvPicPr}, {@linkcode cNvPr a:cNvPr}, {@linkcode cNvSpPr a:cNvSpPr}, {@linkcode cxnSp a:cxnSp}, {@linkcode cxnSpLocks a:cxnSpLocks}, {@linkcode defPPr a:defPPr}, {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode font a:font}, {@linkcode fontScheme a:fontScheme}, {@linkcode graphicFrame a:graphicFrame}, {@linkcode graphicFrameLocks a:graphicFrameLocks}, {@linkcode gridCol a:gridCol}, {@linkcode grpSp a:grpSp}, {@linkcode grpSpLocks a:grpSpLocks}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode hlinkClick a:hlinkClick}, {@linkcode hlinkHover a:hlinkHover}, {@linkcode hlinkMouseOver a:hlinkMouseOver}, {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnDef a:lnDef}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode lstStyle a:lstStyle}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode majorFont a:majorFont}, {@linkcode minorFont a:minorFont}, {@linkcode objectDefaults a:objectDefaults}, {@linkcode overrideClrMapping a:overrideClrMapping}, {@linkcode pic a:pic}, {@linkcode picLocks a:picLocks}, {@linkcode pPr a:pPr}, {@linkcode quickTimeFile a:quickTimeFile}, {@linkcode rPr a:rPr}, {@linkcode scene3d a:scene3d}, {@linkcode sp a:sp}, {@linkcode sp3d a:sp3d}, {@linkcode spDef a:spDef}, {@linkcode spLocks a:spLocks}, {@linkcode spPr a:spPr}, {@linkcode tableStyle a:tableStyle}, {@linkcode tblPr a:tblPr}, {@linkcode tblStyle a:tblStyle}, {@linkcode tc a:tc}, {@linkcode tcBdr a:tcBdr}, {@linkcode tcPr a:tcPr}, {@linkcode tcTxStyle a:tcTxStyle}, {@linkcode theme a:theme}, {@linkcode themeElements a:themeElements}, {@linkcode tr a:tr}, {@linkcode txDef a:txDef}, {@linkcode txSp a:txSp}, {@linkcode uLn a:uLn}, {@linkcode videoFile a:videoFile}, {@linkcode A14.cNvPr a14:cNvPr}, {@linkcode A14.hiddenLine a14:hiddenLine}, {@linkcode A14.hiddenScene3d a14:hiddenScene3d}, {@linkcode A14.hiddenSp3d a14:hiddenSp3d}, {@linkcode P.bodyStyle p:bodyStyle}, {@linkcode P.clrMap p:clrMap}, {@linkcode P.cNvCxnSpPr p:cNvCxnSpPr}, {@linkcode P.cNvGraphicFramePr p:cNvGraphicFramePr}, {@linkcode P.cNvGrpSpPr p:cNvGrpSpPr}, {@linkcode P.cNvPicPr p:cNvPicPr}, {@linkcode P.cNvPr p:cNvPr}, {@linkcode P.cNvSpPr p:cNvSpPr}, {@linkcode P.defaultTextStyle p:defaultTextStyle}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.notesStyle p:notesStyle}, {@linkcode P.otherStyle p:otherStyle}, {@linkcode P.spPr p:spPr}, {@linkcode P.titleStyle p:titleStyle}, {@linkcode P14.cNvPr p14:cNvPr}, {@linkcode W14.cNvPr w14:cNvPr}, {@linkcode WP.cNvGraphicFramePr wp:cNvGraphicFramePr}, {@linkcode WP.docPr wp:docPr}, {@linkcode WPG.cNvFrPr wpg:cNvFrPr}, {@linkcode WPG.cNvGrpSpPr wpg:cNvGrpSpPr}, {@linkcode WPG.cNvPr wpg:cNvPr}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.bodyPr wps:bodyPr}, {@linkcode WPS.cNvCnPr wps:cNvCnPr}, {@linkcode WPS.cNvPr wps:cNvPr}, {@linkcode WPS.cNvSpPr wps:cNvSpPr}, {@linkcode WPS.spPr wps:spPr}
     * - child XML elements: {@linkcode ext a:ext}
     */
    static readonly extLst: XName;
    /**
     * Represents the `a:extraClrScheme` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode extraClrSchemeLst a:extraClrSchemeLst}
     * - child XML elements: {@linkcode clrMap a:clrMap}, {@linkcode clrScheme a:clrScheme}
     */
    static readonly extraClrScheme: XName;
    /**
     * Represents the `a:extraClrSchemeLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode theme a:theme}
     * - child XML elements: {@linkcode extraClrScheme a:extraClrScheme}
     */
    static readonly extraClrSchemeLst: XName;
    /**
     * Represents the `a:extrusionClr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sp3d a:sp3d}, {@linkcode A14.hiddenSp3d a14:hiddenSp3d}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly extrusionClr: XName;
    /**
     * Represents the `a:fgClr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pattFill a:pattFill}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly fgClr: XName;
    /**
     * Represents the `a:fill` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode tblBg a:tblBg}, {@linkcode tcStyle a:tcStyle}
     * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode solidFill a:solidFill}
     */
    static readonly fill: XName;
    /**
     * Represents the `a:fillOverlay` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}
     * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode solidFill a:solidFill}
     */
    static readonly fillOverlay: XName;
    /**
     * Represents the `a:fillRect` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode stretch a:stretch}
     */
    static readonly fillRect: XName;
    /**
     * Represents the `a:fillRef` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style a:style}, {@linkcode tblBg a:tblBg}, {@linkcode tcStyle a:tcStyle}, {@linkcode P.style p:style}, {@linkcode WPS.style wps:style}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly fillRef: XName;
    /**
     * Represents the `a:fillStyleLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fmtScheme a:fmtScheme}
     * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode solidFill a:solidFill}
     */
    static readonly fillStyleLst: XName;
    /**
     * Represents the `a:fillToRect` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode path a:path}
     */
    static readonly fillToRect: XName;
    /**
     * Represents the `a:firstCol` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle}
     * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle}
     */
    static readonly firstCol: XName;
    /**
     * Represents the `a:firstRow` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle}
     * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle}
     */
    static readonly firstRow: XName;
    /**
     * Represents the `a:flatTx` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bodyPr a:bodyPr}, {@linkcode WPS.bodyPr wps:bodyPr}
     */
    static readonly flatTx: XName;
    /**
     * Represents the `a:fld` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode p a:p}
     * - child XML elements: {@linkcode pPr a:pPr}, {@linkcode rPr a:rPr}, {@linkcode t a:t}
     */
    static readonly fld: XName;
    /**
     * Represents the `a:fmtScheme` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode themeElements a:themeElements}, {@linkcode themeOverride a:themeOverride}
     * - child XML elements: {@linkcode bgFillStyleLst a:bgFillStyleLst}, {@linkcode effectStyleLst a:effectStyleLst}, {@linkcode fillStyleLst a:fillStyleLst}, {@linkcode lnStyleLst a:lnStyleLst}
     */
    static readonly fmtScheme: XName;
    /**
     * Represents the `a:folHlink` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode clrScheme a:clrScheme}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly folHlink: XName;
    /**
     * Represents the `a:font` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font a:font}, {@linkcode majorFont a:majorFont}, {@linkcode minorFont a:minorFont}, {@linkcode tcTxStyle a:tcTxStyle}
     * - child XML elements: {@linkcode cs a:cs}, {@linkcode ea a:ea}, {@linkcode extLst a:extLst}, {@linkcode font a:font}, {@linkcode latin a:latin}
     */
    static readonly font: XName;
    /**
     * Represents the `a:fontRef` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style a:style}, {@linkcode tcTxStyle a:tcTxStyle}, {@linkcode P.style p:style}, {@linkcode WPS.style wps:style}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly fontRef: XName;
    /**
     * Represents the `a:fontScheme` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode themeElements a:themeElements}, {@linkcode themeOverride a:themeOverride}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode majorFont a:majorFont}, {@linkcode minorFont a:minorFont}
     */
    static readonly fontScheme: XName;
    /**
     * Represents the `a:gamma` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly gamma: XName;
    /**
     * Represents the `a:gd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode avLst a:avLst}, {@linkcode gdLst a:gdLst}
     */
    static readonly gd: XName;
    /**
     * Represents the `a:gdLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode custGeom a:custGeom}
     * - child XML elements: {@linkcode gd a:gd}
     */
    static readonly gdLst: XName;
    /**
     * Represents the `a:glow` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly glow: XName;
    /**
     * Represents the `a:gradFill` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bgFillStyleLst a:bgFillStyleLst}, {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode fill a:fill}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode fillStyleLst a:fillStyleLst}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode rPr a:rPr}, {@linkcode spPr a:spPr}, {@linkcode tblPr a:tblPr}, {@linkcode tcPr a:tcPr}, {@linkcode uFill a:uFill}, {@linkcode uLn a:uLn}, {@linkcode A14.hiddenFill a14:hiddenFill}, {@linkcode A14.hiddenLine a14:hiddenLine}, {@linkcode P.bgPr p:bgPr}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPC.bg wpc:bg}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.spPr wps:spPr}
     * - child XML elements: {@linkcode gsLst a:gsLst}, {@linkcode lin a:lin}, {@linkcode path a:path}, {@linkcode tileRect a:tileRect}
     */
    static readonly gradFill: XName;
    /**
     * Represents the `a:graphic` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ext a:ext}, {@linkcode graphicData a:graphicData}, {@linkcode graphicFrame a:graphicFrame}, {@linkcode P.graphicFrame p:graphicFrame}, {@linkcode WP.anchor wp:anchor}, {@linkcode WP.inline wp:inline}, {@linkcode WPC.graphicFrame wpc:graphicFrame}, {@linkcode WPG.graphicFrame wpg:graphicFrame}
     * - child XML elements: {@linkcode graphicData a:graphicData}
     */
    static readonly graphic: XName;
    /**
     * Represents the `a:graphicData` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode graphic a:graphic}
     * - child XML elements: {@linkcode blip a:blip}, {@linkcode graphic a:graphic}, {@linkcode tbl a:tbl}, {@linkcode tblStyleLst a:tblStyleLst}, {@linkcode theme a:theme}, {@linkcode themeManager a:themeManager}, {@linkcode themeOverride a:themeOverride}, {@linkcode A14.cameraTool a14:cameraTool}, {@linkcode A14.compatExt a14:compatExt}, {@linkcode A14.contentPart a14:contentPart}, {@linkcode A14.hiddenEffects a14:hiddenEffects}, {@linkcode A14.hiddenFill a14:hiddenFill}, {@linkcode A14.hiddenLine a14:hiddenLine}, {@linkcode A14.hiddenScene3d a14:hiddenScene3d}, {@linkcode A14.hiddenSp3d a14:hiddenSp3d}, {@linkcode A14.imgProps a14:imgProps}, {@linkcode A14.isCanvas a14:isCanvas}, {@linkcode A14.m a14:m}, {@linkcode A14.shadowObscured a14:shadowObscured}, {@linkcode A14.useLocalDpi a14:useLocalDpi}, {@linkcode A15.backgroundPr a15:backgroundPr}, {@linkcode A15.nonVisualGroupProps a15:nonVisualGroupProps}, {@linkcode A15.objectPr a15:objectPr}, {@linkcode A15.signatureLine a15:signatureLine}, {@linkcode A16.colId a16:colId}, {@linkcode A16.creationId a16:creationId}, {@linkcode A16.cxnDERefs a16:cxnDERefs}, {@linkcode A16.predDERef a16:predDERef}, {@linkcode A16.rowId a16:rowId}, {@linkcode M.mathPr m:mathPr}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode O.bottom o:bottom}, {@linkcode O.callout o:callout}, {@linkcode O.clippath o:clippath}, {@linkcode O.column o:column}, {@linkcode O.complex o:complex}, {@linkcode O.diagram o:diagram}, {@linkcode O.extrusion o:extrusion}, {@linkcode O.fill o:fill}, {@linkcode O.ink o:ink}, {@linkcode O.left o:left}, {@linkcode O.lock o:lock}, {@linkcode O.OLEObject o:OLEObject}, {@linkcode O.right o:right}, {@linkcode O.shapedefaults o:shapedefaults}, {@linkcode O.shapelayout o:shapelayout}, {@linkcode O.signatureline o:signatureline}, {@linkcode O.skew o:skew}, {@linkcode O.top o:top}, {@linkcode P.cmAuthorLst p:cmAuthorLst}, {@linkcode P.cmLst p:cmLst}, {@linkcode P.contentPart p:contentPart}, {@linkcode P.handoutMaster p:handoutMaster}, {@linkcode P.notes p:notes}, {@linkcode P.notesMaster p:notesMaster}, {@linkcode P.oleObj p:oleObj}, {@linkcode P.presentation p:presentation}, {@linkcode P.presentationPr p:presentationPr}, {@linkcode P.sld p:sld}, {@linkcode P.sldLayout p:sldLayout}, {@linkcode P.sldMaster p:sldMaster}, {@linkcode P.sldSyncPr p:sldSyncPr}, {@linkcode P.tagLst p:tagLst}, {@linkcode P.viewPr p:viewPr}, {@linkcode P14.bmkTgt p14:bmkTgt}, {@linkcode P14.browseMode p14:browseMode}, {@linkcode P14.conveyor p14:conveyor}, {@linkcode P14.creationId p14:creationId}, {@linkcode P14.defaultImageDpi p14:defaultImageDpi}, {@linkcode P14.discardImageEditData p14:discardImageEditData}, {@linkcode P14.doors p14:doors}, {@linkcode P14.extLst p14:extLst}, {@linkcode P14.ferris p14:ferris}, {@linkcode P14.flash p14:flash}, {@linkcode P14.flip p14:flip}, {@linkcode P14.flythrough p14:flythrough}, {@linkcode P14.gallery p14:gallery}, {@linkcode P14.glitter p14:glitter}, {@linkcode P14.honeycomb p14:honeycomb}, {@linkcode P14.laserClr p14:laserClr}, {@linkcode P14.laserTraceLst p14:laserTraceLst}, {@linkcode P14.media p14:media}, {@linkcode P14.modId p14:modId}, {@linkcode P14.nvContentPartPr p14:nvContentPartPr}, {@linkcode P14.pan p14:pan}, {@linkcode P14.prism p14:prism}, {@linkcode P14.reveal p14:reveal}, {@linkcode P14.ripple p14:ripple}, {@linkcode P14.sectionLst p14:sectionLst}, {@linkcode P14.sectionPr p14:sectionPr}, {@linkcode P14.showEvtLst p14:showEvtLst}, {@linkcode P14.showMediaCtrls p14:showMediaCtrls}, {@linkcode P14.shred p14:shred}, {@linkcode P14.switch p14:switch}, {@linkcode P14.vortex p14:vortex}, {@linkcode P14.warp p14:warp}, {@linkcode P14.wheelReverse p14:wheelReverse}, {@linkcode P14.window p14:window}, {@linkcode P14.xfrm p14:xfrm}, {@linkcode P15.chartTrackingRefBased p15:chartTrackingRefBased}, {@linkcode P15.notesGuideLst p15:notesGuideLst}, {@linkcode P15.presenceInfo p15:presenceInfo}, {@linkcode P15.prstTrans p15:prstTrans}, {@linkcode P15.sldGuideLst p15:sldGuideLst}, {@linkcode P15.threadingInfo p15:threadingInfo}, {@linkcode SL.schemaLibrary sl:schemaLibrary}, {@linkcode V.arc v:arc}, {@linkcode V.background v:background}, {@linkcode V.curve v:curve}, {@linkcode V.fill v:fill}, {@linkcode V.formulas v:formulas}, {@linkcode V.group v:group}, {@linkcode V.handles v:handles}, {@linkcode V.image v:image}, {@linkcode V.imagedata v:imagedata}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.path v:path}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shadow v:shadow}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}, {@linkcode V.stroke v:stroke}, {@linkcode V.textbox v:textbox}, {@linkcode V.textpath v:textpath}, {@linkcode W.comments w:comments}, {@linkcode W.document w:document}, {@linkcode W.endnotes w:endnotes}, {@linkcode W.fonts w:fonts}, {@linkcode W.footnotes w:footnotes}, {@linkcode W.ftr w:ftr}, {@linkcode W.glossaryDocument w:glossaryDocument}, {@linkcode W.hdr w:hdr}, {@linkcode W.numbering w:numbering}, {@linkcode W.recipients w:recipients}, {@linkcode W.settings w:settings}, {@linkcode W.styles w:styles}, {@linkcode W.txbxContent w:txbxContent}, {@linkcode W.webSettings w:webSettings}, {@linkcode W10.anchorlock w10:anchorlock}, {@linkcode W10.borderbottom w10:borderbottom}, {@linkcode W10.borderleft w10:borderleft}, {@linkcode W10.borderright w10:borderright}, {@linkcode W10.bordertop w10:bordertop}, {@linkcode W10.wrap w10:wrap}, {@linkcode W14.checkbox w14:checkbox}, {@linkcode W14.conflictMode w14:conflictMode}, {@linkcode W14.contentPart w14:contentPart}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}, {@linkcode W14.defaultImageDpi w14:defaultImageDpi}, {@linkcode W14.discardImageEditingData w14:discardImageEditingData}, {@linkcode W14.docId w14:docId}, {@linkcode W14.entityPicker w14:entityPicker}, {@linkcode W15.appearance w15:appearance}, {@linkcode W15.chartTrackingRefBased w15:chartTrackingRefBased}, {@linkcode W15.collapsed w15:collapsed}, {@linkcode W15.color w15:color}, {@linkcode W15.commentsEx w15:commentsEx}, {@linkcode W15.dataBinding w15:dataBinding}, {@linkcode W15.docId w15:docId}, {@linkcode W15.footnoteColumns w15:footnoteColumns}, {@linkcode W15.people w15:people}, {@linkcode W15.repeatingSection w15:repeatingSection}, {@linkcode W15.repeatingSectionItem w15:repeatingSectionItem}, {@linkcode W15.webExtensionCreated w15:webExtensionCreated}, {@linkcode W15.webExtensionLinked w15:webExtensionLinked}, {@linkcode WP.anchor wp:anchor}, {@linkcode WP.inline wp:inline}, {@linkcode WPC.wpc_ wpc:wpc_}, {@linkcode WPG.wgp wpg:wgp}, {@linkcode WPS.wsp wps:wsp}
     */
    static readonly graphicData: XName;
    /**
     * Represents the `a:graphicFrame` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode grpSp a:grpSp}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode graphic a:graphic}, {@linkcode nvGraphicFramePr a:nvGraphicFramePr}, {@linkcode xfrm a:xfrm}
     */
    static readonly graphicFrame: XName;
    /**
     * Represents the `a:graphicFrameLocks` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cNvGraphicFramePr a:cNvGraphicFramePr}, {@linkcode P.cNvGraphicFramePr p:cNvGraphicFramePr}, {@linkcode WP.cNvGraphicFramePr wp:cNvGraphicFramePr}, {@linkcode WPG.cNvFrPr wpg:cNvFrPr}
     * - child XML elements: {@linkcode extLst a:extLst}
     */
    static readonly graphicFrameLocks: XName;
    /**
     * Represents the `a:gray` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly gray: XName;
    /**
     * Represents the `a:grayscl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     */
    static readonly grayscl: XName;
    /**
     * Represents the `a:green` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly green: XName;
    /**
     * Represents the `a:greenMod` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly greenMod: XName;
    /**
     * Represents the `a:greenOff` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly greenOff: XName;
    /**
     * Represents the `a:gridCol` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblGrid a:tblGrid}
     * - child XML elements: {@linkcode extLst a:extLst}
     */
    static readonly gridCol: XName;
    /**
     * Represents the `a:grpFill` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bgFillStyleLst a:bgFillStyleLst}, {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode fill a:fill}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode fillStyleLst a:fillStyleLst}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode rPr a:rPr}, {@linkcode spPr a:spPr}, {@linkcode tblPr a:tblPr}, {@linkcode tcPr a:tcPr}, {@linkcode uFill a:uFill}, {@linkcode A14.hiddenFill a14:hiddenFill}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPC.bg wpc:bg}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.spPr wps:spPr}
     */
    static readonly grpFill: XName;
    /**
     * Represents the `a:grpSp` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode grpSp a:grpSp}
     * - child XML elements: {@linkcode cxnSp a:cxnSp}, {@linkcode extLst a:extLst}, {@linkcode graphicFrame a:graphicFrame}, {@linkcode grpSp a:grpSp}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode nvGrpSpPr a:nvGrpSpPr}, {@linkcode pic a:pic}, {@linkcode sp a:sp}, {@linkcode txSp a:txSp}, {@linkcode A14.contentPart a14:contentPart}
     */
    static readonly grpSp: XName;
    /**
     * Represents the `a:grpSpLocks` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cNvGrpSpPr a:cNvGrpSpPr}, {@linkcode P.cNvGrpSpPr p:cNvGrpSpPr}, {@linkcode WPG.cNvGrpSpPr wpg:cNvGrpSpPr}
     * - child XML elements: {@linkcode extLst a:extLst}
     */
    static readonly grpSpLocks: XName;
    /**
     * Represents the `a:grpSpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode grpSp a:grpSp}
     * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode scene3d a:scene3d}, {@linkcode solidFill a:solidFill}, {@linkcode xfrm a:xfrm}
     */
    static readonly grpSpPr: XName;
    /**
     * Represents the `a:gs` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode gsLst a:gsLst}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly gs: XName;
    /**
     * Represents the `a:gsLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode gradFill a:gradFill}
     * - child XML elements: {@linkcode gs a:gs}
     */
    static readonly gsLst: XName;
    /**
     * Represents the `a:headEnd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode uLn a:uLn}, {@linkcode A14.hiddenLine a14:hiddenLine}
     */
    static readonly headEnd: XName;
    /**
     * Represents the `a:highlight` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode rPr a:rPr}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly highlight: XName;
    /**
     * Represents the `a:hlink` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode clrScheme a:clrScheme}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly hlink: XName;
    /**
     * Represents the `a:hlinkClick` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cNvPr a:cNvPr}, {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode rPr a:rPr}, {@linkcode A14.cNvPr a14:cNvPr}, {@linkcode P.cNvPr p:cNvPr}, {@linkcode P14.cNvPr p14:cNvPr}, {@linkcode W14.cNvPr w14:cNvPr}, {@linkcode WP.docPr wp:docPr}, {@linkcode WPG.cNvPr wpg:cNvPr}, {@linkcode WPS.cNvPr wps:cNvPr}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode snd a:snd}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly hlinkClick: XName;
    /**
     * Represents the `a:hlinkHover` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cNvPr a:cNvPr}, {@linkcode A14.cNvPr a14:cNvPr}, {@linkcode P.cNvPr p:cNvPr}, {@linkcode P14.cNvPr p14:cNvPr}, {@linkcode W14.cNvPr w14:cNvPr}, {@linkcode WP.docPr wp:docPr}, {@linkcode WPG.cNvPr wpg:cNvPr}, {@linkcode WPS.cNvPr wps:cNvPr}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode snd a:snd}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly hlinkHover: XName;
    /**
     * Represents the `a:hlinkMouseOver` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode rPr a:rPr}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode snd a:snd}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly hlinkMouseOver: XName;
    /**
     * Represents the `a:hsl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     */
    static readonly hsl: XName;
    /**
     * Represents the `a:hslClr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode accent1 a:accent1}, {@linkcode accent2 a:accent2}, {@linkcode accent3 a:accent3}, {@linkcode accent4 a:accent4}, {@linkcode accent5 a:accent5}, {@linkcode accent6 a:accent6}, {@linkcode alphaInv a:alphaInv}, {@linkcode bgClr a:bgClr}, {@linkcode buClr a:buClr}, {@linkcode clrFrom a:clrFrom}, {@linkcode clrRepl a:clrRepl}, {@linkcode clrTo a:clrTo}, {@linkcode contourClr a:contourClr}, {@linkcode custClr a:custClr}, {@linkcode dk1 a:dk1}, {@linkcode dk2 a:dk2}, {@linkcode duotone a:duotone}, {@linkcode effectRef a:effectRef}, {@linkcode extrusionClr a:extrusionClr}, {@linkcode fgClr a:fgClr}, {@linkcode fillRef a:fillRef}, {@linkcode folHlink a:folHlink}, {@linkcode fontRef a:fontRef}, {@linkcode glow a:glow}, {@linkcode gs a:gs}, {@linkcode highlight a:highlight}, {@linkcode hlink a:hlink}, {@linkcode innerShdw a:innerShdw}, {@linkcode lnRef a:lnRef}, {@linkcode lt1 a:lt1}, {@linkcode lt2 a:lt2}, {@linkcode outerShdw a:outerShdw}, {@linkcode prstShdw a:prstShdw}, {@linkcode solidFill a:solidFill}, {@linkcode tcTxStyle a:tcTxStyle}, {@linkcode P.bgRef p:bgRef}, {@linkcode P.clrMru p:clrMru}, {@linkcode P.clrVal p:clrVal}, {@linkcode P.from p:from}, {@linkcode P.penClr p:penClr}, {@linkcode P.to p:to}, {@linkcode P14.laserClr p14:laserClr}, {@linkcode P15.clr p15:clr}
     * - child XML elements: {@linkcode alpha a:alpha}, {@linkcode alphaMod a:alphaMod}, {@linkcode alphaOff a:alphaOff}, {@linkcode blue a:blue}, {@linkcode blueMod a:blueMod}, {@linkcode blueOff a:blueOff}, {@linkcode comp a:comp}, {@linkcode gamma a:gamma}, {@linkcode gray a:gray}, {@linkcode green a:green}, {@linkcode greenMod a:greenMod}, {@linkcode greenOff a:greenOff}, {@linkcode hue a:hue}, {@linkcode hueMod a:hueMod}, {@linkcode hueOff a:hueOff}, {@linkcode inv a:inv}, {@linkcode invGamma a:invGamma}, {@linkcode lum a:lum}, {@linkcode lumMod a:lumMod}, {@linkcode lumOff a:lumOff}, {@linkcode red a:red}, {@linkcode redMod a:redMod}, {@linkcode redOff a:redOff}, {@linkcode sat a:sat}, {@linkcode satMod a:satMod}, {@linkcode satOff a:satOff}, {@linkcode shade a:shade}, {@linkcode tint a:tint}
     */
    static readonly hslClr: XName;
    /**
     * Represents the `a:hue` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly hue: XName;
    /**
     * Represents the `a:hueMod` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly hueMod: XName;
    /**
     * Represents the `a:hueOff` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly hueOff: XName;
    /**
     * Represents the `a:innerShdw` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly innerShdw: XName;
    /**
     * Represents the `a:insideH` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcBdr a:tcBdr}
     * - child XML elements: {@linkcode ln a:ln}, {@linkcode lnRef a:lnRef}
     */
    static readonly insideH: XName;
    /**
     * Represents the `a:insideV` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcBdr a:tcBdr}
     * - child XML elements: {@linkcode ln a:ln}, {@linkcode lnRef a:lnRef}
     */
    static readonly insideV: XName;
    /**
     * Represents the `a:inv` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly inv: XName;
    /**
     * Represents the `a:invGamma` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly invGamma: XName;
    /**
     * Represents the `a:lastCol` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle}
     * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle}
     */
    static readonly lastCol: XName;
    /**
     * Represents the `a:lastRow` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle}
     * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle}
     */
    static readonly lastRow: XName;
    /**
     * Represents the `a:latin` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode font a:font}, {@linkcode majorFont a:majorFont}, {@linkcode minorFont a:minorFont}, {@linkcode rPr a:rPr}
     */
    static readonly latin: XName;
    /**
     * Represents the `a:left` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcBdr a:tcBdr}
     * - child XML elements: {@linkcode ln a:ln}, {@linkcode lnRef a:lnRef}
     */
    static readonly left: XName;
    /**
     * Represents the `a:lightRig` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cell3D a:cell3D}, {@linkcode scene3d a:scene3d}, {@linkcode A14.hiddenScene3d a14:hiddenScene3d}
     * - child XML elements: {@linkcode rot a:rot}
     */
    static readonly lightRig: XName;
    /**
     * Represents the `a:lin` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode gradFill a:gradFill}
     */
    static readonly lin: XName;
    /**
     * Represents the `a:ln` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bottom a:bottom}, {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode insideH a:insideH}, {@linkcode insideV a:insideV}, {@linkcode left a:left}, {@linkcode lnStyleLst a:lnStyleLst}, {@linkcode right a:right}, {@linkcode rPr a:rPr}, {@linkcode spPr a:spPr}, {@linkcode tl2br a:tl2br}, {@linkcode top a:top}, {@linkcode tr2bl a:tr2bl}, {@linkcode P.spPr p:spPr}, {@linkcode WPC.whole wpc:whole}, {@linkcode WPS.spPr wps:spPr}
     * - child XML elements: {@linkcode bevel a:bevel}, {@linkcode custDash a:custDash}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode headEnd a:headEnd}, {@linkcode miter a:miter}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode prstDash a:prstDash}, {@linkcode round a:round}, {@linkcode solidFill a:solidFill}, {@linkcode tailEnd a:tailEnd}
     */
    static readonly ln: XName;
    /**
     * Represents the `a:lnB` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr a:tcPr}
     * - child XML elements: {@linkcode bevel a:bevel}, {@linkcode custDash a:custDash}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode headEnd a:headEnd}, {@linkcode miter a:miter}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode prstDash a:prstDash}, {@linkcode round a:round}, {@linkcode solidFill a:solidFill}, {@linkcode tailEnd a:tailEnd}
     */
    static readonly lnB: XName;
    /**
     * Represents the `a:lnBlToTr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr a:tcPr}
     * - child XML elements: {@linkcode bevel a:bevel}, {@linkcode custDash a:custDash}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode headEnd a:headEnd}, {@linkcode miter a:miter}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode prstDash a:prstDash}, {@linkcode round a:round}, {@linkcode solidFill a:solidFill}, {@linkcode tailEnd a:tailEnd}
     */
    static readonly lnBlToTr: XName;
    /**
     * Represents the `a:lnDef` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode objectDefaults a:objectDefaults}
     * - child XML elements: {@linkcode bodyPr a:bodyPr}, {@linkcode extLst a:extLst}, {@linkcode lstStyle a:lstStyle}, {@linkcode spPr a:spPr}, {@linkcode style a:style}
     */
    static readonly lnDef: XName;
    /**
     * Represents the `a:lnL` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr a:tcPr}
     * - child XML elements: {@linkcode bevel a:bevel}, {@linkcode custDash a:custDash}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode headEnd a:headEnd}, {@linkcode miter a:miter}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode prstDash a:prstDash}, {@linkcode round a:round}, {@linkcode solidFill a:solidFill}, {@linkcode tailEnd a:tailEnd}
     */
    static readonly lnL: XName;
    /**
     * Represents the `a:lnR` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr a:tcPr}
     * - child XML elements: {@linkcode bevel a:bevel}, {@linkcode custDash a:custDash}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode headEnd a:headEnd}, {@linkcode miter a:miter}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode prstDash a:prstDash}, {@linkcode round a:round}, {@linkcode solidFill a:solidFill}, {@linkcode tailEnd a:tailEnd}
     */
    static readonly lnR: XName;
    /**
     * Represents the `a:lnRef` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bottom a:bottom}, {@linkcode insideH a:insideH}, {@linkcode insideV a:insideV}, {@linkcode left a:left}, {@linkcode right a:right}, {@linkcode style a:style}, {@linkcode tl2br a:tl2br}, {@linkcode top a:top}, {@linkcode tr2bl a:tr2bl}, {@linkcode P.style p:style}, {@linkcode WPS.style wps:style}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly lnRef: XName;
    /**
     * Represents the `a:lnSpc` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     * - child XML elements: {@linkcode spcPct a:spcPct}, {@linkcode spcPts a:spcPts}
     */
    static readonly lnSpc: XName;
    /**
     * Represents the `a:lnStyleLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fmtScheme a:fmtScheme}
     * - child XML elements: {@linkcode ln a:ln}
     */
    static readonly lnStyleLst: XName;
    /**
     * Represents the `a:lnT` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr a:tcPr}
     * - child XML elements: {@linkcode bevel a:bevel}, {@linkcode custDash a:custDash}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode headEnd a:headEnd}, {@linkcode miter a:miter}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode prstDash a:prstDash}, {@linkcode round a:round}, {@linkcode solidFill a:solidFill}, {@linkcode tailEnd a:tailEnd}
     */
    static readonly lnT: XName;
    /**
     * Represents the `a:lnTlToBr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr a:tcPr}
     * - child XML elements: {@linkcode bevel a:bevel}, {@linkcode custDash a:custDash}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode headEnd a:headEnd}, {@linkcode miter a:miter}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode prstDash a:prstDash}, {@linkcode round a:round}, {@linkcode solidFill a:solidFill}, {@linkcode tailEnd a:tailEnd}
     */
    static readonly lnTlToBr: XName;
    /**
     * Represents the `a:lnTo` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode path a:path}
     * - child XML elements: {@linkcode pt a:pt}
     */
    static readonly lnTo: XName;
    /**
     * Represents the `a:lstStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lnDef a:lnDef}, {@linkcode spDef a:spDef}, {@linkcode txBody a:txBody}, {@linkcode txDef a:txDef}, {@linkcode P.txBody p:txBody}
     * - child XML elements: {@linkcode defPPr a:defPPr}, {@linkcode extLst a:extLst}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}
     */
    static readonly lstStyle: XName;
    /**
     * Represents the `a:lt1` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode clrScheme a:clrScheme}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly lt1: XName;
    /**
     * Represents the `a:lt2` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode clrScheme a:clrScheme}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly lt2: XName;
    /**
     * Represents the `a:lum` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly lum: XName;
    /**
     * Represents the `a:lumMod` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly lumMod: XName;
    /**
     * Represents the `a:lumOff` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly lumOff: XName;
    /**
     * Represents the `a:lvl1pPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lstStyle a:lstStyle}, {@linkcode P.bodyStyle p:bodyStyle}, {@linkcode P.defaultTextStyle p:defaultTextStyle}, {@linkcode P.notesStyle p:notesStyle}, {@linkcode P.otherStyle p:otherStyle}, {@linkcode P.titleStyle p:titleStyle}
     * - child XML elements: {@linkcode buAutoNum a:buAutoNum}, {@linkcode buBlip a:buBlip}, {@linkcode buChar a:buChar}, {@linkcode buClr a:buClr}, {@linkcode buClrTx a:buClrTx}, {@linkcode buFont a:buFont}, {@linkcode buFontTx a:buFontTx}, {@linkcode buNone a:buNone}, {@linkcode buSzPct a:buSzPct}, {@linkcode buSzPts a:buSzPts}, {@linkcode buSzTx a:buSzTx}, {@linkcode defRPr a:defRPr}, {@linkcode extLst a:extLst}, {@linkcode lnSpc a:lnSpc}, {@linkcode spcAft a:spcAft}, {@linkcode spcBef a:spcBef}, {@linkcode tabLst a:tabLst}
     */
    static readonly lvl1pPr: XName;
    /**
     * Represents the `a:lvl2pPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lstStyle a:lstStyle}, {@linkcode P.bodyStyle p:bodyStyle}, {@linkcode P.defaultTextStyle p:defaultTextStyle}, {@linkcode P.notesStyle p:notesStyle}, {@linkcode P.otherStyle p:otherStyle}, {@linkcode P.titleStyle p:titleStyle}
     * - child XML elements: {@linkcode buAutoNum a:buAutoNum}, {@linkcode buBlip a:buBlip}, {@linkcode buChar a:buChar}, {@linkcode buClr a:buClr}, {@linkcode buClrTx a:buClrTx}, {@linkcode buFont a:buFont}, {@linkcode buFontTx a:buFontTx}, {@linkcode buNone a:buNone}, {@linkcode buSzPct a:buSzPct}, {@linkcode buSzPts a:buSzPts}, {@linkcode buSzTx a:buSzTx}, {@linkcode defRPr a:defRPr}, {@linkcode extLst a:extLst}, {@linkcode lnSpc a:lnSpc}, {@linkcode spcAft a:spcAft}, {@linkcode spcBef a:spcBef}, {@linkcode tabLst a:tabLst}
     */
    static readonly lvl2pPr: XName;
    /**
     * Represents the `a:lvl3pPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lstStyle a:lstStyle}, {@linkcode P.bodyStyle p:bodyStyle}, {@linkcode P.defaultTextStyle p:defaultTextStyle}, {@linkcode P.notesStyle p:notesStyle}, {@linkcode P.otherStyle p:otherStyle}, {@linkcode P.titleStyle p:titleStyle}
     * - child XML elements: {@linkcode buAutoNum a:buAutoNum}, {@linkcode buBlip a:buBlip}, {@linkcode buChar a:buChar}, {@linkcode buClr a:buClr}, {@linkcode buClrTx a:buClrTx}, {@linkcode buFont a:buFont}, {@linkcode buFontTx a:buFontTx}, {@linkcode buNone a:buNone}, {@linkcode buSzPct a:buSzPct}, {@linkcode buSzPts a:buSzPts}, {@linkcode buSzTx a:buSzTx}, {@linkcode defRPr a:defRPr}, {@linkcode extLst a:extLst}, {@linkcode lnSpc a:lnSpc}, {@linkcode spcAft a:spcAft}, {@linkcode spcBef a:spcBef}, {@linkcode tabLst a:tabLst}
     */
    static readonly lvl3pPr: XName;
    /**
     * Represents the `a:lvl4pPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lstStyle a:lstStyle}, {@linkcode P.bodyStyle p:bodyStyle}, {@linkcode P.defaultTextStyle p:defaultTextStyle}, {@linkcode P.notesStyle p:notesStyle}, {@linkcode P.otherStyle p:otherStyle}, {@linkcode P.titleStyle p:titleStyle}
     * - child XML elements: {@linkcode buAutoNum a:buAutoNum}, {@linkcode buBlip a:buBlip}, {@linkcode buChar a:buChar}, {@linkcode buClr a:buClr}, {@linkcode buClrTx a:buClrTx}, {@linkcode buFont a:buFont}, {@linkcode buFontTx a:buFontTx}, {@linkcode buNone a:buNone}, {@linkcode buSzPct a:buSzPct}, {@linkcode buSzPts a:buSzPts}, {@linkcode buSzTx a:buSzTx}, {@linkcode defRPr a:defRPr}, {@linkcode extLst a:extLst}, {@linkcode lnSpc a:lnSpc}, {@linkcode spcAft a:spcAft}, {@linkcode spcBef a:spcBef}, {@linkcode tabLst a:tabLst}
     */
    static readonly lvl4pPr: XName;
    /**
     * Represents the `a:lvl5pPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lstStyle a:lstStyle}, {@linkcode P.bodyStyle p:bodyStyle}, {@linkcode P.defaultTextStyle p:defaultTextStyle}, {@linkcode P.notesStyle p:notesStyle}, {@linkcode P.otherStyle p:otherStyle}, {@linkcode P.titleStyle p:titleStyle}
     * - child XML elements: {@linkcode buAutoNum a:buAutoNum}, {@linkcode buBlip a:buBlip}, {@linkcode buChar a:buChar}, {@linkcode buClr a:buClr}, {@linkcode buClrTx a:buClrTx}, {@linkcode buFont a:buFont}, {@linkcode buFontTx a:buFontTx}, {@linkcode buNone a:buNone}, {@linkcode buSzPct a:buSzPct}, {@linkcode buSzPts a:buSzPts}, {@linkcode buSzTx a:buSzTx}, {@linkcode defRPr a:defRPr}, {@linkcode extLst a:extLst}, {@linkcode lnSpc a:lnSpc}, {@linkcode spcAft a:spcAft}, {@linkcode spcBef a:spcBef}, {@linkcode tabLst a:tabLst}
     */
    static readonly lvl5pPr: XName;
    /**
     * Represents the `a:lvl6pPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lstStyle a:lstStyle}, {@linkcode P.bodyStyle p:bodyStyle}, {@linkcode P.defaultTextStyle p:defaultTextStyle}, {@linkcode P.notesStyle p:notesStyle}, {@linkcode P.otherStyle p:otherStyle}, {@linkcode P.titleStyle p:titleStyle}
     * - child XML elements: {@linkcode buAutoNum a:buAutoNum}, {@linkcode buBlip a:buBlip}, {@linkcode buChar a:buChar}, {@linkcode buClr a:buClr}, {@linkcode buClrTx a:buClrTx}, {@linkcode buFont a:buFont}, {@linkcode buFontTx a:buFontTx}, {@linkcode buNone a:buNone}, {@linkcode buSzPct a:buSzPct}, {@linkcode buSzPts a:buSzPts}, {@linkcode buSzTx a:buSzTx}, {@linkcode defRPr a:defRPr}, {@linkcode extLst a:extLst}, {@linkcode lnSpc a:lnSpc}, {@linkcode spcAft a:spcAft}, {@linkcode spcBef a:spcBef}, {@linkcode tabLst a:tabLst}
     */
    static readonly lvl6pPr: XName;
    /**
     * Represents the `a:lvl7pPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lstStyle a:lstStyle}, {@linkcode P.bodyStyle p:bodyStyle}, {@linkcode P.defaultTextStyle p:defaultTextStyle}, {@linkcode P.notesStyle p:notesStyle}, {@linkcode P.otherStyle p:otherStyle}, {@linkcode P.titleStyle p:titleStyle}
     * - child XML elements: {@linkcode buAutoNum a:buAutoNum}, {@linkcode buBlip a:buBlip}, {@linkcode buChar a:buChar}, {@linkcode buClr a:buClr}, {@linkcode buClrTx a:buClrTx}, {@linkcode buFont a:buFont}, {@linkcode buFontTx a:buFontTx}, {@linkcode buNone a:buNone}, {@linkcode buSzPct a:buSzPct}, {@linkcode buSzPts a:buSzPts}, {@linkcode buSzTx a:buSzTx}, {@linkcode defRPr a:defRPr}, {@linkcode extLst a:extLst}, {@linkcode lnSpc a:lnSpc}, {@linkcode spcAft a:spcAft}, {@linkcode spcBef a:spcBef}, {@linkcode tabLst a:tabLst}
     */
    static readonly lvl7pPr: XName;
    /**
     * Represents the `a:lvl8pPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lstStyle a:lstStyle}, {@linkcode P.bodyStyle p:bodyStyle}, {@linkcode P.defaultTextStyle p:defaultTextStyle}, {@linkcode P.notesStyle p:notesStyle}, {@linkcode P.otherStyle p:otherStyle}, {@linkcode P.titleStyle p:titleStyle}
     * - child XML elements: {@linkcode buAutoNum a:buAutoNum}, {@linkcode buBlip a:buBlip}, {@linkcode buChar a:buChar}, {@linkcode buClr a:buClr}, {@linkcode buClrTx a:buClrTx}, {@linkcode buFont a:buFont}, {@linkcode buFontTx a:buFontTx}, {@linkcode buNone a:buNone}, {@linkcode buSzPct a:buSzPct}, {@linkcode buSzPts a:buSzPts}, {@linkcode buSzTx a:buSzTx}, {@linkcode defRPr a:defRPr}, {@linkcode extLst a:extLst}, {@linkcode lnSpc a:lnSpc}, {@linkcode spcAft a:spcAft}, {@linkcode spcBef a:spcBef}, {@linkcode tabLst a:tabLst}
     */
    static readonly lvl8pPr: XName;
    /**
     * Represents the `a:lvl9pPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lstStyle a:lstStyle}, {@linkcode P.bodyStyle p:bodyStyle}, {@linkcode P.defaultTextStyle p:defaultTextStyle}, {@linkcode P.notesStyle p:notesStyle}, {@linkcode P.otherStyle p:otherStyle}, {@linkcode P.titleStyle p:titleStyle}
     * - child XML elements: {@linkcode buAutoNum a:buAutoNum}, {@linkcode buBlip a:buBlip}, {@linkcode buChar a:buChar}, {@linkcode buClr a:buClr}, {@linkcode buClrTx a:buClrTx}, {@linkcode buFont a:buFont}, {@linkcode buFontTx a:buFontTx}, {@linkcode buNone a:buNone}, {@linkcode buSzPct a:buSzPct}, {@linkcode buSzPts a:buSzPts}, {@linkcode buSzTx a:buSzTx}, {@linkcode defRPr a:defRPr}, {@linkcode extLst a:extLst}, {@linkcode lnSpc a:lnSpc}, {@linkcode spcAft a:spcAft}, {@linkcode spcBef a:spcBef}, {@linkcode tabLst a:tabLst}
     */
    static readonly lvl9pPr: XName;
    /**
     * Represents the `a:majorFont` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fontScheme a:fontScheme}
     * - child XML elements: {@linkcode cs a:cs}, {@linkcode ea a:ea}, {@linkcode extLst a:extLst}, {@linkcode font a:font}, {@linkcode latin a:latin}
     */
    static readonly majorFont: XName;
    /**
     * Represents the `a:masterClrMapping` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode P.clrMapOvr p:clrMapOvr}
     */
    static readonly masterClrMapping: XName;
    /**
     * Represents the `a:minorFont` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fontScheme a:fontScheme}
     * - child XML elements: {@linkcode cs a:cs}, {@linkcode ea a:ea}, {@linkcode extLst a:extLst}, {@linkcode font a:font}, {@linkcode latin a:latin}
     */
    static readonly minorFont: XName;
    /**
     * Represents the `a:miter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode uLn a:uLn}, {@linkcode A14.hiddenLine a14:hiddenLine}
     */
    static readonly miter: XName;
    /**
     * Represents the `a:moveTo` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode path a:path}
     * - child XML elements: {@linkcode pt a:pt}
     */
    static readonly moveTo: XName;
    /**
     * Represents the `a:neCell` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle}
     * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle}
     */
    static readonly neCell: XName;
    /**
     * Represents the `a:noAutofit` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bodyPr a:bodyPr}, {@linkcode WPS.bodyPr wps:bodyPr}
     */
    static readonly noAutofit: XName;
    /**
     * Represents the `a:noFill` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bgFillStyleLst a:bgFillStyleLst}, {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode fill a:fill}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode fillStyleLst a:fillStyleLst}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode rPr a:rPr}, {@linkcode spPr a:spPr}, {@linkcode tblPr a:tblPr}, {@linkcode tcPr a:tcPr}, {@linkcode uFill a:uFill}, {@linkcode uLn a:uLn}, {@linkcode A14.hiddenFill a14:hiddenFill}, {@linkcode A14.hiddenLine a14:hiddenLine}, {@linkcode P.bgPr p:bgPr}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPC.bg wpc:bg}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.spPr wps:spPr}
     */
    static readonly noFill: XName;
    /**
     * Represents the `a:norm` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode backdrop a:backdrop}
     */
    static readonly norm: XName;
    /**
     * Represents the `a:normAutofit` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bodyPr a:bodyPr}, {@linkcode WPS.bodyPr wps:bodyPr}
     */
    static readonly normAutofit: XName;
    /**
     * Represents the `a:nvCxnSpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cxnSp a:cxnSp}
     * - child XML elements: {@linkcode cNvCxnSpPr a:cNvCxnSpPr}, {@linkcode cNvPr a:cNvPr}
     */
    static readonly nvCxnSpPr: XName;
    /**
     * Represents the `a:nvGraphicFramePr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode graphicFrame a:graphicFrame}
     * - child XML elements: {@linkcode cNvGraphicFramePr a:cNvGraphicFramePr}, {@linkcode cNvPr a:cNvPr}
     */
    static readonly nvGraphicFramePr: XName;
    /**
     * Represents the `a:nvGrpSpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode grpSp a:grpSp}
     * - child XML elements: {@linkcode cNvGrpSpPr a:cNvGrpSpPr}, {@linkcode cNvPr a:cNvPr}
     */
    static readonly nvGrpSpPr: XName;
    /**
     * Represents the `a:nvPicPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pic a:pic}
     * - child XML elements: {@linkcode cNvPicPr a:cNvPicPr}, {@linkcode cNvPr a:cNvPr}
     */
    static readonly nvPicPr: XName;
    /**
     * Represents the `a:nvSpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sp a:sp}
     * - child XML elements: {@linkcode cNvPr a:cNvPr}, {@linkcode cNvSpPr a:cNvSpPr}
     */
    static readonly nvSpPr: XName;
    /**
     * Represents the `a:nwCell` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle}
     * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle}
     */
    static readonly nwCell: XName;
    /**
     * Represents the `a:objectDefaults` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode theme a:theme}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode lnDef a:lnDef}, {@linkcode spDef a:spDef}, {@linkcode txDef a:txDef}
     */
    static readonly objectDefaults: XName;
    /**
     * Represents the `a:off` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode xfrm a:xfrm}, {@linkcode A14.xfrm a14:xfrm}, {@linkcode P.xfrm p:xfrm}, {@linkcode P14.xfrm p14:xfrm}, {@linkcode W14.xfrm w14:xfrm}, {@linkcode WPG.xfrm wpg:xfrm}
     */
    static readonly off: XName;
    /**
     * Represents the `a:outerShdw` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly outerShdw: XName;
    /**
     * Represents the `a:overrideClrMapping` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode P.clrMapOvr p:clrMapOvr}
     * - child XML elements: {@linkcode extLst a:extLst}
     */
    static readonly overrideClrMapping: XName;
    /**
     * Represents the `a:p` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode txBody a:txBody}, {@linkcode P.txBody p:txBody}
     * - child XML elements: {@linkcode br a:br}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode fld a:fld}, {@linkcode pPr a:pPr}, {@linkcode r a:r}, {@linkcode A14.m a14:m}
     */
    static readonly p: XName;
    /**
     * Represents the `a:path` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode gradFill a:gradFill}, {@linkcode pathLst a:pathLst}
     * - child XML elements: {@linkcode arcTo a:arcTo}, {@linkcode close a:close}, {@linkcode cubicBezTo a:cubicBezTo}, {@linkcode fillToRect a:fillToRect}, {@linkcode lnTo a:lnTo}, {@linkcode moveTo a:moveTo}, {@linkcode quadBezTo a:quadBezTo}
     */
    static readonly path: XName;
    /**
     * Represents the `a:pathLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode custGeom a:custGeom}
     * - child XML elements: {@linkcode path a:path}
     */
    static readonly pathLst: XName;
    /**
     * Represents the `a:pattFill` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bgFillStyleLst a:bgFillStyleLst}, {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode fill a:fill}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode fillStyleLst a:fillStyleLst}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode rPr a:rPr}, {@linkcode spPr a:spPr}, {@linkcode tblPr a:tblPr}, {@linkcode tcPr a:tcPr}, {@linkcode uFill a:uFill}, {@linkcode uLn a:uLn}, {@linkcode A14.hiddenFill a14:hiddenFill}, {@linkcode A14.hiddenLine a14:hiddenLine}, {@linkcode P.bgPr p:bgPr}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPC.bg wpc:bg}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.spPr wps:spPr}
     * - child XML elements: {@linkcode bgClr a:bgClr}, {@linkcode fgClr a:fgClr}
     */
    static readonly pattFill: XName;
    /**
     * Represents the `a:pic` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode grpSp a:grpSp}
     * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode extLst a:extLst}, {@linkcode nvPicPr a:nvPicPr}, {@linkcode spPr a:spPr}, {@linkcode style a:style}
     */
    static readonly pic: XName;
    /**
     * Represents the `a:picLocks` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cNvPicPr a:cNvPicPr}, {@linkcode P.cNvPicPr p:cNvPicPr}
     * - child XML elements: {@linkcode extLst a:extLst}
     */
    static readonly picLocks: XName;
    /**
     * Represents the `a:pos` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ahPolar a:ahPolar}, {@linkcode ahXY a:ahXY}, {@linkcode cxn a:cxn}
     */
    static readonly pos: XName;
    /**
     * Represents the `a:pPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fld a:fld}, {@linkcode p a:p}
     * - child XML elements: {@linkcode buAutoNum a:buAutoNum}, {@linkcode buBlip a:buBlip}, {@linkcode buChar a:buChar}, {@linkcode buClr a:buClr}, {@linkcode buClrTx a:buClrTx}, {@linkcode buFont a:buFont}, {@linkcode buFontTx a:buFontTx}, {@linkcode buNone a:buNone}, {@linkcode buSzPct a:buSzPct}, {@linkcode buSzPts a:buSzPts}, {@linkcode buSzTx a:buSzTx}, {@linkcode defRPr a:defRPr}, {@linkcode extLst a:extLst}, {@linkcode lnSpc a:lnSpc}, {@linkcode spcAft a:spcAft}, {@linkcode spcBef a:spcBef}, {@linkcode tabLst a:tabLst}
     */
    static readonly pPr: XName;
    /**
     * Represents the `a:prstClr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode accent1 a:accent1}, {@linkcode accent2 a:accent2}, {@linkcode accent3 a:accent3}, {@linkcode accent4 a:accent4}, {@linkcode accent5 a:accent5}, {@linkcode accent6 a:accent6}, {@linkcode alphaInv a:alphaInv}, {@linkcode bgClr a:bgClr}, {@linkcode buClr a:buClr}, {@linkcode clrFrom a:clrFrom}, {@linkcode clrRepl a:clrRepl}, {@linkcode clrTo a:clrTo}, {@linkcode contourClr a:contourClr}, {@linkcode custClr a:custClr}, {@linkcode dk1 a:dk1}, {@linkcode dk2 a:dk2}, {@linkcode duotone a:duotone}, {@linkcode effectRef a:effectRef}, {@linkcode extrusionClr a:extrusionClr}, {@linkcode fgClr a:fgClr}, {@linkcode fillRef a:fillRef}, {@linkcode folHlink a:folHlink}, {@linkcode fontRef a:fontRef}, {@linkcode glow a:glow}, {@linkcode gs a:gs}, {@linkcode highlight a:highlight}, {@linkcode hlink a:hlink}, {@linkcode innerShdw a:innerShdw}, {@linkcode lnRef a:lnRef}, {@linkcode lt1 a:lt1}, {@linkcode lt2 a:lt2}, {@linkcode outerShdw a:outerShdw}, {@linkcode prstShdw a:prstShdw}, {@linkcode solidFill a:solidFill}, {@linkcode tcTxStyle a:tcTxStyle}, {@linkcode P.bgRef p:bgRef}, {@linkcode P.clrMru p:clrMru}, {@linkcode P.clrVal p:clrVal}, {@linkcode P.from p:from}, {@linkcode P.penClr p:penClr}, {@linkcode P.to p:to}, {@linkcode P14.laserClr p14:laserClr}, {@linkcode P15.clr p15:clr}
     * - child XML elements: {@linkcode alpha a:alpha}, {@linkcode alphaMod a:alphaMod}, {@linkcode alphaOff a:alphaOff}, {@linkcode blue a:blue}, {@linkcode blueMod a:blueMod}, {@linkcode blueOff a:blueOff}, {@linkcode comp a:comp}, {@linkcode gamma a:gamma}, {@linkcode gray a:gray}, {@linkcode green a:green}, {@linkcode greenMod a:greenMod}, {@linkcode greenOff a:greenOff}, {@linkcode hue a:hue}, {@linkcode hueMod a:hueMod}, {@linkcode hueOff a:hueOff}, {@linkcode inv a:inv}, {@linkcode invGamma a:invGamma}, {@linkcode lum a:lum}, {@linkcode lumMod a:lumMod}, {@linkcode lumOff a:lumOff}, {@linkcode red a:red}, {@linkcode redMod a:redMod}, {@linkcode redOff a:redOff}, {@linkcode sat a:sat}, {@linkcode satMod a:satMod}, {@linkcode satOff a:satOff}, {@linkcode shade a:shade}, {@linkcode tint a:tint}
     */
    static readonly prstClr: XName;
    /**
     * Represents the `a:prstDash` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode uLn a:uLn}, {@linkcode A14.hiddenLine a14:hiddenLine}
     */
    static readonly prstDash: XName;
    /**
     * Represents the `a:prstGeom` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode spPr a:spPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPS.spPr wps:spPr}
     * - child XML elements: {@linkcode avLst a:avLst}
     */
    static readonly prstGeom: XName;
    /**
     * Represents the `a:prstShdw` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly prstShdw: XName;
    /**
     * Represents the `a:prstTxWarp` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bodyPr a:bodyPr}, {@linkcode WPS.bodyPr wps:bodyPr}
     * - child XML elements: {@linkcode avLst a:avLst}
     */
    static readonly prstTxWarp: XName;
    /**
     * Represents the `a:pt` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cubicBezTo a:cubicBezTo}, {@linkcode lnTo a:lnTo}, {@linkcode moveTo a:moveTo}, {@linkcode quadBezTo a:quadBezTo}
     */
    static readonly pt: XName;
    /**
     * Represents the `a:quadBezTo` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode path a:path}
     * - child XML elements: {@linkcode pt a:pt}
     */
    static readonly quadBezTo: XName;
    /**
     * Represents the `a:quickTimeFile` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode P.nvPr p:nvPr}, {@linkcode P14.nvPr p14:nvPr}
     * - child XML elements: {@linkcode extLst a:extLst}
     * - XML attributes: {@linkcode R.link r:link}
     */
    static readonly quickTimeFile: XName;
    /**
     * Represents the `a:r` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode p a:p}
     * - child XML elements: {@linkcode rPr a:rPr}, {@linkcode t a:t}
     */
    static readonly r: XName;
    /**
     * Represents the `a:rect` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode custGeom a:custGeom}
     */
    static readonly rect: XName;
    /**
     * Represents the `a:red` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly red: XName;
    /**
     * Represents the `a:redMod` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly redMod: XName;
    /**
     * Represents the `a:redOff` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly redOff: XName;
    /**
     * Represents the `a:reflection` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}
     */
    static readonly reflection: XName;
    /**
     * Represents the `a:relOff` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}
     */
    static readonly relOff: XName;
    /**
     * Represents the `a:right` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcBdr a:tcBdr}
     * - child XML elements: {@linkcode ln a:ln}, {@linkcode lnRef a:lnRef}
     */
    static readonly right: XName;
    /**
     * Represents the `a:rot` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode camera a:camera}, {@linkcode lightRig a:lightRig}
     */
    static readonly rot: XName;
    /**
     * Represents the `a:round` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode uLn a:uLn}, {@linkcode A14.hiddenLine a14:hiddenLine}
     */
    static readonly round: XName;
    /**
     * Represents the `a:rPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode br a:br}, {@linkcode fld a:fld}, {@linkcode r a:r}
     * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode cs a:cs}, {@linkcode ea a:ea}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode highlight a:highlight}, {@linkcode hlinkClick a:hlinkClick}, {@linkcode hlinkMouseOver a:hlinkMouseOver}, {@linkcode latin a:latin}, {@linkcode ln a:ln}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode rtl a:rtl}, {@linkcode solidFill a:solidFill}, {@linkcode sym a:sym}, {@linkcode uFill a:uFill}, {@linkcode uFillTx a:uFillTx}, {@linkcode uLn a:uLn}, {@linkcode uLnTx a:uLnTx}
     */
    static readonly rPr: XName;
    /**
     * Represents the `a:rtl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode rPr a:rPr}
     */
    static readonly rtl: XName;
    /**
     * Represents the `a:sat` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly sat: XName;
    /**
     * Represents the `a:satMod` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly satMod: XName;
    /**
     * Represents the `a:satOff` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly satOff: XName;
    /**
     * Represents the `a:scene3d` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bodyPr a:bodyPr}, {@linkcode effectStyle a:effectStyle}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode spPr a:spPr}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.bodyPr wps:bodyPr}, {@linkcode WPS.spPr wps:spPr}
     * - child XML elements: {@linkcode backdrop a:backdrop}, {@linkcode camera a:camera}, {@linkcode extLst a:extLst}, {@linkcode lightRig a:lightRig}
     */
    static readonly scene3d: XName;
    /**
     * Represents the `a:schemeClr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode alphaInv a:alphaInv}, {@linkcode bgClr a:bgClr}, {@linkcode buClr a:buClr}, {@linkcode clrFrom a:clrFrom}, {@linkcode clrRepl a:clrRepl}, {@linkcode clrTo a:clrTo}, {@linkcode contourClr a:contourClr}, {@linkcode custClr a:custClr}, {@linkcode duotone a:duotone}, {@linkcode effectRef a:effectRef}, {@linkcode extrusionClr a:extrusionClr}, {@linkcode fgClr a:fgClr}, {@linkcode fillRef a:fillRef}, {@linkcode fontRef a:fontRef}, {@linkcode glow a:glow}, {@linkcode gs a:gs}, {@linkcode highlight a:highlight}, {@linkcode innerShdw a:innerShdw}, {@linkcode lnRef a:lnRef}, {@linkcode outerShdw a:outerShdw}, {@linkcode prstShdw a:prstShdw}, {@linkcode solidFill a:solidFill}, {@linkcode tcTxStyle a:tcTxStyle}, {@linkcode P.bgRef p:bgRef}, {@linkcode P.clrMru p:clrMru}, {@linkcode P.clrVal p:clrVal}, {@linkcode P.from p:from}, {@linkcode P.penClr p:penClr}, {@linkcode P.to p:to}, {@linkcode P14.laserClr p14:laserClr}, {@linkcode P15.clr p15:clr}
     * - child XML elements: {@linkcode alpha a:alpha}, {@linkcode alphaMod a:alphaMod}, {@linkcode alphaOff a:alphaOff}, {@linkcode blue a:blue}, {@linkcode blueMod a:blueMod}, {@linkcode blueOff a:blueOff}, {@linkcode comp a:comp}, {@linkcode gamma a:gamma}, {@linkcode gray a:gray}, {@linkcode green a:green}, {@linkcode greenMod a:greenMod}, {@linkcode greenOff a:greenOff}, {@linkcode hue a:hue}, {@linkcode hueMod a:hueMod}, {@linkcode hueOff a:hueOff}, {@linkcode inv a:inv}, {@linkcode invGamma a:invGamma}, {@linkcode lum a:lum}, {@linkcode lumMod a:lumMod}, {@linkcode lumOff a:lumOff}, {@linkcode red a:red}, {@linkcode redMod a:redMod}, {@linkcode redOff a:redOff}, {@linkcode sat a:sat}, {@linkcode satMod a:satMod}, {@linkcode satOff a:satOff}, {@linkcode shade a:shade}, {@linkcode tint a:tint}
     */
    static readonly schemeClr: XName;
    /**
     * Represents the `a:scrgbClr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode accent1 a:accent1}, {@linkcode accent2 a:accent2}, {@linkcode accent3 a:accent3}, {@linkcode accent4 a:accent4}, {@linkcode accent5 a:accent5}, {@linkcode accent6 a:accent6}, {@linkcode alphaInv a:alphaInv}, {@linkcode bgClr a:bgClr}, {@linkcode buClr a:buClr}, {@linkcode clrFrom a:clrFrom}, {@linkcode clrRepl a:clrRepl}, {@linkcode clrTo a:clrTo}, {@linkcode contourClr a:contourClr}, {@linkcode custClr a:custClr}, {@linkcode dk1 a:dk1}, {@linkcode dk2 a:dk2}, {@linkcode duotone a:duotone}, {@linkcode effectRef a:effectRef}, {@linkcode extrusionClr a:extrusionClr}, {@linkcode fgClr a:fgClr}, {@linkcode fillRef a:fillRef}, {@linkcode folHlink a:folHlink}, {@linkcode fontRef a:fontRef}, {@linkcode glow a:glow}, {@linkcode gs a:gs}, {@linkcode highlight a:highlight}, {@linkcode hlink a:hlink}, {@linkcode innerShdw a:innerShdw}, {@linkcode lnRef a:lnRef}, {@linkcode lt1 a:lt1}, {@linkcode lt2 a:lt2}, {@linkcode outerShdw a:outerShdw}, {@linkcode prstShdw a:prstShdw}, {@linkcode solidFill a:solidFill}, {@linkcode tcTxStyle a:tcTxStyle}, {@linkcode P.bgRef p:bgRef}, {@linkcode P.clrMru p:clrMru}, {@linkcode P.clrVal p:clrVal}, {@linkcode P.from p:from}, {@linkcode P.penClr p:penClr}, {@linkcode P.to p:to}, {@linkcode P14.laserClr p14:laserClr}, {@linkcode P15.clr p15:clr}
     * - child XML elements: {@linkcode alpha a:alpha}, {@linkcode alphaMod a:alphaMod}, {@linkcode alphaOff a:alphaOff}, {@linkcode blue a:blue}, {@linkcode blueMod a:blueMod}, {@linkcode blueOff a:blueOff}, {@linkcode comp a:comp}, {@linkcode gamma a:gamma}, {@linkcode gray a:gray}, {@linkcode green a:green}, {@linkcode greenMod a:greenMod}, {@linkcode greenOff a:greenOff}, {@linkcode hue a:hue}, {@linkcode hueMod a:hueMod}, {@linkcode hueOff a:hueOff}, {@linkcode inv a:inv}, {@linkcode invGamma a:invGamma}, {@linkcode lum a:lum}, {@linkcode lumMod a:lumMod}, {@linkcode lumOff a:lumOff}, {@linkcode red a:red}, {@linkcode redMod a:redMod}, {@linkcode redOff a:redOff}, {@linkcode sat a:sat}, {@linkcode satMod a:satMod}, {@linkcode satOff a:satOff}, {@linkcode shade a:shade}, {@linkcode tint a:tint}
     */
    static readonly scrgbClr: XName;
    /**
     * Represents the `a:seCell` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle}
     * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle}
     */
    static readonly seCell: XName;
    /**
     * Represents the `a:shade` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly shade: XName;
    /**
     * Represents the `a:snd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode hlinkClick a:hlinkClick}, {@linkcode hlinkHover a:hlinkHover}, {@linkcode hlinkMouseOver a:hlinkMouseOver}
     * - XML attributes: {@linkcode R.embed r:embed}
     */
    static readonly snd: XName;
    /**
     * Represents the `a:softEdge` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}
     */
    static readonly softEdge: XName;
    /**
     * Represents the `a:solidFill` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bgFillStyleLst a:bgFillStyleLst}, {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode fill a:fill}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode fillStyleLst a:fillStyleLst}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode rPr a:rPr}, {@linkcode spPr a:spPr}, {@linkcode tblPr a:tblPr}, {@linkcode tcPr a:tcPr}, {@linkcode uFill a:uFill}, {@linkcode uLn a:uLn}, {@linkcode A14.hiddenFill a14:hiddenFill}, {@linkcode A14.hiddenLine a14:hiddenLine}, {@linkcode P.bgPr p:bgPr}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPC.bg wpc:bg}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.spPr wps:spPr}
     * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly solidFill: XName;
    /**
     * Represents the `a:sp` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode grpSp a:grpSp}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode nvSpPr a:nvSpPr}, {@linkcode spPr a:spPr}, {@linkcode style a:style}, {@linkcode txSp a:txSp}
     */
    static readonly sp: XName;
    /**
     * Represents the `a:sp3d` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bodyPr a:bodyPr}, {@linkcode effectStyle a:effectStyle}, {@linkcode spPr a:spPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPS.bodyPr wps:bodyPr}, {@linkcode WPS.spPr wps:spPr}
     * - child XML elements: {@linkcode bevelB a:bevelB}, {@linkcode bevelT a:bevelT}, {@linkcode contourClr a:contourClr}, {@linkcode extLst a:extLst}, {@linkcode extrusionClr a:extrusionClr}
     */
    static readonly sp3d: XName;
    /**
     * Represents the `a:spAutoFit` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bodyPr a:bodyPr}, {@linkcode WPS.bodyPr wps:bodyPr}
     */
    static readonly spAutoFit: XName;
    /**
     * Represents the `a:spcAft` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     * - child XML elements: {@linkcode spcPct a:spcPct}, {@linkcode spcPts a:spcPts}
     */
    static readonly spcAft: XName;
    /**
     * Represents the `a:spcBef` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     * - child XML elements: {@linkcode spcPct a:spcPct}, {@linkcode spcPts a:spcPts}
     */
    static readonly spcBef: XName;
    /**
     * Represents the `a:spcPct` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lnSpc a:lnSpc}, {@linkcode spcAft a:spcAft}, {@linkcode spcBef a:spcBef}
     */
    static readonly spcPct: XName;
    /**
     * Represents the `a:spcPts` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lnSpc a:lnSpc}, {@linkcode spcAft a:spcAft}, {@linkcode spcBef a:spcBef}
     */
    static readonly spcPts: XName;
    /**
     * Represents the `a:spDef` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode objectDefaults a:objectDefaults}
     * - child XML elements: {@linkcode bodyPr a:bodyPr}, {@linkcode extLst a:extLst}, {@linkcode lstStyle a:lstStyle}, {@linkcode spPr a:spPr}, {@linkcode style a:style}
     */
    static readonly spDef: XName;
    /**
     * Represents the `a:spLocks` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cNvSpPr a:cNvSpPr}, {@linkcode P.cNvSpPr p:cNvSpPr}, {@linkcode WPS.cNvSpPr wps:cNvSpPr}
     * - child XML elements: {@linkcode extLst a:extLst}
     */
    static readonly spLocks: XName;
    /**
     * Represents the `a:spPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cxnSp a:cxnSp}, {@linkcode lnDef a:lnDef}, {@linkcode pic a:pic}, {@linkcode sp a:sp}, {@linkcode spDef a:spDef}, {@linkcode txDef a:txDef}
     * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode custGeom a:custGeom}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode ln a:ln}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode prstGeom a:prstGeom}, {@linkcode scene3d a:scene3d}, {@linkcode solidFill a:solidFill}, {@linkcode sp3d a:sp3d}, {@linkcode xfrm a:xfrm}
     */
    static readonly spPr: XName;
    /**
     * Represents the `a:srcRect` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blipFill a:blipFill}, {@linkcode P.blipFill p:blipFill}
     */
    static readonly srcRect: XName;
    /**
     * Represents the `a:srgbClr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode accent1 a:accent1}, {@linkcode accent2 a:accent2}, {@linkcode accent3 a:accent3}, {@linkcode accent4 a:accent4}, {@linkcode accent5 a:accent5}, {@linkcode accent6 a:accent6}, {@linkcode alphaInv a:alphaInv}, {@linkcode bgClr a:bgClr}, {@linkcode buClr a:buClr}, {@linkcode clrFrom a:clrFrom}, {@linkcode clrRepl a:clrRepl}, {@linkcode clrTo a:clrTo}, {@linkcode contourClr a:contourClr}, {@linkcode custClr a:custClr}, {@linkcode dk1 a:dk1}, {@linkcode dk2 a:dk2}, {@linkcode duotone a:duotone}, {@linkcode effectRef a:effectRef}, {@linkcode extrusionClr a:extrusionClr}, {@linkcode fgClr a:fgClr}, {@linkcode fillRef a:fillRef}, {@linkcode folHlink a:folHlink}, {@linkcode fontRef a:fontRef}, {@linkcode glow a:glow}, {@linkcode gs a:gs}, {@linkcode highlight a:highlight}, {@linkcode hlink a:hlink}, {@linkcode innerShdw a:innerShdw}, {@linkcode lnRef a:lnRef}, {@linkcode lt1 a:lt1}, {@linkcode lt2 a:lt2}, {@linkcode outerShdw a:outerShdw}, {@linkcode prstShdw a:prstShdw}, {@linkcode solidFill a:solidFill}, {@linkcode tcTxStyle a:tcTxStyle}, {@linkcode P.bgRef p:bgRef}, {@linkcode P.clrMru p:clrMru}, {@linkcode P.clrVal p:clrVal}, {@linkcode P.from p:from}, {@linkcode P.penClr p:penClr}, {@linkcode P.to p:to}, {@linkcode P14.laserClr p14:laserClr}, {@linkcode P15.clr p15:clr}
     * - child XML elements: {@linkcode alpha a:alpha}, {@linkcode alphaMod a:alphaMod}, {@linkcode alphaOff a:alphaOff}, {@linkcode blue a:blue}, {@linkcode blueMod a:blueMod}, {@linkcode blueOff a:blueOff}, {@linkcode comp a:comp}, {@linkcode gamma a:gamma}, {@linkcode gray a:gray}, {@linkcode green a:green}, {@linkcode greenMod a:greenMod}, {@linkcode greenOff a:greenOff}, {@linkcode hue a:hue}, {@linkcode hueMod a:hueMod}, {@linkcode hueOff a:hueOff}, {@linkcode inv a:inv}, {@linkcode invGamma a:invGamma}, {@linkcode lum a:lum}, {@linkcode lumMod a:lumMod}, {@linkcode lumOff a:lumOff}, {@linkcode red a:red}, {@linkcode redMod a:redMod}, {@linkcode redOff a:redOff}, {@linkcode sat a:sat}, {@linkcode satMod a:satMod}, {@linkcode satOff a:satOff}, {@linkcode shade a:shade}, {@linkcode tint a:tint}
     * - XML attributes: {@linkcode A14.legacySpreadsheetColorIndex a14:legacySpreadsheetColorIndex}
     */
    static readonly srgbClr: XName;
    /**
     * Represents the `a:st` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode audioCd a:audioCd}
     */
    static readonly st: XName;
    /**
     * Represents the `a:stCxn` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cNvCxnSpPr a:cNvCxnSpPr}, {@linkcode P.cNvCxnSpPr p:cNvCxnSpPr}, {@linkcode WPS.cNvCnPr wps:cNvCnPr}
     */
    static readonly stCxn: XName;
    /**
     * Represents the `a:stretch` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blipFill a:blipFill}, {@linkcode P.blipFill p:blipFill}
     * - child XML elements: {@linkcode fillRect a:fillRect}
     */
    static readonly stretch: XName;
    /**
     * Represents the `a:style` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cxnSp a:cxnSp}, {@linkcode lnDef a:lnDef}, {@linkcode pic a:pic}, {@linkcode sp a:sp}, {@linkcode spDef a:spDef}, {@linkcode txDef a:txDef}
     * - child XML elements: {@linkcode effectRef a:effectRef}, {@linkcode fillRef a:fillRef}, {@linkcode fontRef a:fontRef}, {@linkcode lnRef a:lnRef}
     */
    static readonly style: XName;
    /**
     * Represents the `a:swCell` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle}
     * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle}
     */
    static readonly swCell: XName;
    /**
     * Represents the `a:sx` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode P.scale p:scale}
     */
    static readonly sx: XName;
    /**
     * Represents the `a:sy` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode P.scale p:scale}
     */
    static readonly sy: XName;
    /**
     * Represents the `a:sym` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode rPr a:rPr}
     */
    static readonly sym: XName;
    /**
     * Represents the `a:sysClr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode accent1 a:accent1}, {@linkcode accent2 a:accent2}, {@linkcode accent3 a:accent3}, {@linkcode accent4 a:accent4}, {@linkcode accent5 a:accent5}, {@linkcode accent6 a:accent6}, {@linkcode alphaInv a:alphaInv}, {@linkcode bgClr a:bgClr}, {@linkcode buClr a:buClr}, {@linkcode clrFrom a:clrFrom}, {@linkcode clrRepl a:clrRepl}, {@linkcode clrTo a:clrTo}, {@linkcode contourClr a:contourClr}, {@linkcode custClr a:custClr}, {@linkcode dk1 a:dk1}, {@linkcode dk2 a:dk2}, {@linkcode duotone a:duotone}, {@linkcode effectRef a:effectRef}, {@linkcode extrusionClr a:extrusionClr}, {@linkcode fgClr a:fgClr}, {@linkcode fillRef a:fillRef}, {@linkcode folHlink a:folHlink}, {@linkcode fontRef a:fontRef}, {@linkcode glow a:glow}, {@linkcode gs a:gs}, {@linkcode highlight a:highlight}, {@linkcode hlink a:hlink}, {@linkcode innerShdw a:innerShdw}, {@linkcode lnRef a:lnRef}, {@linkcode lt1 a:lt1}, {@linkcode lt2 a:lt2}, {@linkcode outerShdw a:outerShdw}, {@linkcode prstShdw a:prstShdw}, {@linkcode solidFill a:solidFill}, {@linkcode tcTxStyle a:tcTxStyle}, {@linkcode P.bgRef p:bgRef}, {@linkcode P.clrMru p:clrMru}, {@linkcode P.clrVal p:clrVal}, {@linkcode P.from p:from}, {@linkcode P.penClr p:penClr}, {@linkcode P.to p:to}, {@linkcode P14.laserClr p14:laserClr}, {@linkcode P15.clr p15:clr}
     * - child XML elements: {@linkcode alpha a:alpha}, {@linkcode alphaMod a:alphaMod}, {@linkcode alphaOff a:alphaOff}, {@linkcode blue a:blue}, {@linkcode blueMod a:blueMod}, {@linkcode blueOff a:blueOff}, {@linkcode comp a:comp}, {@linkcode gamma a:gamma}, {@linkcode gray a:gray}, {@linkcode green a:green}, {@linkcode greenMod a:greenMod}, {@linkcode greenOff a:greenOff}, {@linkcode hue a:hue}, {@linkcode hueMod a:hueMod}, {@linkcode hueOff a:hueOff}, {@linkcode inv a:inv}, {@linkcode invGamma a:invGamma}, {@linkcode lum a:lum}, {@linkcode lumMod a:lumMod}, {@linkcode lumOff a:lumOff}, {@linkcode red a:red}, {@linkcode redMod a:redMod}, {@linkcode redOff a:redOff}, {@linkcode sat a:sat}, {@linkcode satMod a:satMod}, {@linkcode satOff a:satOff}, {@linkcode shade a:shade}, {@linkcode tint a:tint}
     */
    static readonly sysClr: XName;
    /**
     * Represents the `a:t` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fld a:fld}, {@linkcode r a:r}
     */
    static readonly t: XName;
    /**
     * Represents the `a:tab` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tabLst a:tabLst}
     */
    static readonly tab: XName;
    /**
     * Represents the `a:tableStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr a:tblPr}
     * - child XML elements: {@linkcode band1H a:band1H}, {@linkcode band1V a:band1V}, {@linkcode band2H a:band2H}, {@linkcode band2V a:band2V}, {@linkcode extLst a:extLst}, {@linkcode firstCol a:firstCol}, {@linkcode firstRow a:firstRow}, {@linkcode lastCol a:lastCol}, {@linkcode lastRow a:lastRow}, {@linkcode neCell a:neCell}, {@linkcode nwCell a:nwCell}, {@linkcode seCell a:seCell}, {@linkcode swCell a:swCell}, {@linkcode tblBg a:tblBg}, {@linkcode wholeTbl a:wholeTbl}
     */
    static readonly tableStyle: XName;
    /**
     * Represents the `a:tableStyleId` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr a:tblPr}
     */
    static readonly tableStyleId: XName;
    /**
     * Represents the `a:tabLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr}
     * - child XML elements: {@linkcode tab a:tab}
     */
    static readonly tabLst: XName;
    /**
     * Represents the `a:tailEnd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode uLn a:uLn}, {@linkcode A14.hiddenLine a14:hiddenLine}
     */
    static readonly tailEnd: XName;
    /**
     * Represents the `a:tbl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode graphicData a:graphicData}
     * - child XML elements: {@linkcode tblGrid a:tblGrid}, {@linkcode tblPr a:tblPr}, {@linkcode tr a:tr}
     */
    static readonly tbl: XName;
    /**
     * Represents the `a:tblBg` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle}
     * - child XML elements: {@linkcode effect a:effect}, {@linkcode effectRef a:effectRef}, {@linkcode fill a:fill}, {@linkcode fillRef a:fillRef}
     */
    static readonly tblBg: XName;
    /**
     * Represents the `a:tblGrid` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tbl a:tbl}
     * - child XML elements: {@linkcode gridCol a:gridCol}
     */
    static readonly tblGrid: XName;
    /**
     * Represents the `a:tblPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tbl a:tbl}
     * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode solidFill a:solidFill}, {@linkcode tableStyle a:tableStyle}, {@linkcode tableStyleId a:tableStyleId}
     */
    static readonly tblPr: XName;
    /**
     * Represents the `a:tblStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblStyleLst a:tblStyleLst}
     * - child XML elements: {@linkcode band1H a:band1H}, {@linkcode band1V a:band1V}, {@linkcode band2H a:band2H}, {@linkcode band2V a:band2V}, {@linkcode extLst a:extLst}, {@linkcode firstCol a:firstCol}, {@linkcode firstRow a:firstRow}, {@linkcode lastCol a:lastCol}, {@linkcode lastRow a:lastRow}, {@linkcode neCell a:neCell}, {@linkcode nwCell a:nwCell}, {@linkcode seCell a:seCell}, {@linkcode swCell a:swCell}, {@linkcode tblBg a:tblBg}, {@linkcode wholeTbl a:wholeTbl}
     */
    static readonly tblStyle: XName;
    /**
     * Represents the `a:tblStyleLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode graphicData a:graphicData}
     * - child XML elements: {@linkcode tblStyle a:tblStyle}
     */
    static readonly tblStyleLst: XName;
    /**
     * Represents the `a:tc` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tr a:tr}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode tcPr a:tcPr}, {@linkcode txBody a:txBody}
     */
    static readonly tc: XName;
    /**
     * Represents the `a:tcBdr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcStyle a:tcStyle}
     * - child XML elements: {@linkcode bottom a:bottom}, {@linkcode extLst a:extLst}, {@linkcode insideH a:insideH}, {@linkcode insideV a:insideV}, {@linkcode left a:left}, {@linkcode right a:right}, {@linkcode tl2br a:tl2br}, {@linkcode top a:top}, {@linkcode tr2bl a:tr2bl}
     */
    static readonly tcBdr: XName;
    /**
     * Represents the `a:tcPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tc a:tc}
     * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode cell3D a:cell3D}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode solidFill a:solidFill}
     */
    static readonly tcPr: XName;
    /**
     * Represents the `a:tcStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode band1H a:band1H}, {@linkcode band1V a:band1V}, {@linkcode band2H a:band2H}, {@linkcode band2V a:band2V}, {@linkcode firstCol a:firstCol}, {@linkcode firstRow a:firstRow}, {@linkcode lastCol a:lastCol}, {@linkcode lastRow a:lastRow}, {@linkcode neCell a:neCell}, {@linkcode nwCell a:nwCell}, {@linkcode seCell a:seCell}, {@linkcode swCell a:swCell}, {@linkcode wholeTbl a:wholeTbl}
     * - child XML elements: {@linkcode cell3D a:cell3D}, {@linkcode fill a:fill}, {@linkcode fillRef a:fillRef}, {@linkcode tcBdr a:tcBdr}
     */
    static readonly tcStyle: XName;
    /**
     * Represents the `a:tcTxStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode band1H a:band1H}, {@linkcode band1V a:band1V}, {@linkcode band2H a:band2H}, {@linkcode band2V a:band2V}, {@linkcode firstCol a:firstCol}, {@linkcode firstRow a:firstRow}, {@linkcode lastCol a:lastCol}, {@linkcode lastRow a:lastRow}, {@linkcode neCell a:neCell}, {@linkcode nwCell a:nwCell}, {@linkcode seCell a:seCell}, {@linkcode swCell a:swCell}, {@linkcode wholeTbl a:wholeTbl}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode font a:font}, {@linkcode fontRef a:fontRef}, {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly tcTxStyle: XName;
    /**
     * Represents the `a:theme` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode graphicData a:graphicData}
     * - child XML elements: {@linkcode custClrLst a:custClrLst}, {@linkcode extLst a:extLst}, {@linkcode extraClrSchemeLst a:extraClrSchemeLst}, {@linkcode objectDefaults a:objectDefaults}, {@linkcode themeElements a:themeElements}
     */
    static readonly theme: XName;
    /**
     * Represents the `a:themeElements` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode theme a:theme}
     * - child XML elements: {@linkcode clrScheme a:clrScheme}, {@linkcode extLst a:extLst}, {@linkcode fmtScheme a:fmtScheme}, {@linkcode fontScheme a:fontScheme}
     */
    static readonly themeElements: XName;
    /**
     * Represents the `a:themeManager` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode graphicData a:graphicData}
     */
    static readonly themeManager: XName;
    /**
     * Represents the `a:themeOverride` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode graphicData a:graphicData}
     * - child XML elements: {@linkcode clrScheme a:clrScheme}, {@linkcode fmtScheme a:fmtScheme}, {@linkcode fontScheme a:fontScheme}
     */
    static readonly themeOverride: XName;
    /**
     * Represents the `a:tile` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blipFill a:blipFill}, {@linkcode P.blipFill p:blipFill}
     */
    static readonly tile: XName;
    /**
     * Represents the `a:tileRect` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode gradFill a:gradFill}
     */
    static readonly tileRect: XName;
    /**
     * Represents the `a:tint` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr}
     */
    static readonly tint: XName;
    /**
     * Represents the `a:tl2br` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcBdr a:tcBdr}
     * - child XML elements: {@linkcode ln a:ln}, {@linkcode lnRef a:lnRef}
     */
    static readonly tl2br: XName;
    /**
     * Represents the `a:top` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcBdr a:tcBdr}
     * - child XML elements: {@linkcode ln a:ln}, {@linkcode lnRef a:lnRef}
     */
    static readonly top: XName;
    /**
     * Represents the `a:tr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tbl a:tbl}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode tc a:tc}
     */
    static readonly tr: XName;
    /**
     * Represents the `a:tr2bl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcBdr a:tcBdr}
     * - child XML elements: {@linkcode ln a:ln}, {@linkcode lnRef a:lnRef}
     */
    static readonly tr2bl: XName;
    /**
     * Represents the `a:txBody` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tc a:tc}, {@linkcode txSp a:txSp}
     * - child XML elements: {@linkcode bodyPr a:bodyPr}, {@linkcode lstStyle a:lstStyle}, {@linkcode p a:p}
     */
    static readonly txBody: XName;
    /**
     * Represents the `a:txDef` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode objectDefaults a:objectDefaults}
     * - child XML elements: {@linkcode bodyPr a:bodyPr}, {@linkcode extLst a:extLst}, {@linkcode lstStyle a:lstStyle}, {@linkcode spPr a:spPr}, {@linkcode style a:style}
     */
    static readonly txDef: XName;
    /**
     * Represents the `a:txSp` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode grpSp a:grpSp}, {@linkcode sp a:sp}
     * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode txBody a:txBody}, {@linkcode useSpRect a:useSpRect}, {@linkcode xfrm a:xfrm}
     */
    static readonly txSp: XName;
    /**
     * Represents the `a:uFill` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode rPr a:rPr}
     * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode solidFill a:solidFill}
     */
    static readonly uFill: XName;
    /**
     * Represents the `a:uFillTx` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode rPr a:rPr}
     */
    static readonly uFillTx: XName;
    /**
     * Represents the `a:uLn` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode rPr a:rPr}
     * - child XML elements: {@linkcode bevel a:bevel}, {@linkcode custDash a:custDash}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode headEnd a:headEnd}, {@linkcode miter a:miter}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode prstDash a:prstDash}, {@linkcode round a:round}, {@linkcode solidFill a:solidFill}, {@linkcode tailEnd a:tailEnd}
     */
    static readonly uLn: XName;
    /**
     * Represents the `a:uLnTx` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode rPr a:rPr}
     */
    static readonly uLnTx: XName;
    /**
     * Represents the `a:up` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode backdrop a:backdrop}
     */
    static readonly up: XName;
    /**
     * Represents the `a:useSpRect` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode txSp a:txSp}
     */
    static readonly useSpRect: XName;
    /**
     * Represents the `a:videoFile` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode P.nvPr p:nvPr}, {@linkcode P14.nvPr p14:nvPr}
     * - child XML elements: {@linkcode extLst a:extLst}
     * - XML attributes: {@linkcode R.link r:link}
     */
    static readonly videoFile: XName;
    /**
     * Represents the `a:wavAudioFile` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode P.nvPr p:nvPr}, {@linkcode P14.nvPr p14:nvPr}
     * - XML attributes: {@linkcode R.embed r:embed}
     */
    static readonly wavAudioFile: XName;
    /**
     * Represents the `a:wholeTbl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle}
     * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle}
     */
    static readonly wholeTbl: XName;
    /**
     * Represents the `a:xfrm` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode graphicFrame a:graphicFrame}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode spPr a:spPr}, {@linkcode txSp a:txSp}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.spPr wps:spPr}
     * - child XML elements: {@linkcode chExt a:chExt}, {@linkcode chOff a:chOff}, {@linkcode ext a:ext}, {@linkcode off a:off}
     */
    static readonly xfrm: XName;
}
