/**
 * @author Thomas Barnekow
 * @license MIT
 */
import { XAttribute, XName, XNamespace } from '@openxmldev/linq-to-xml';
/**
 * Declares XNamespace and XName fields for the `xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main"` namespace.
 */
export declare class P {
    /**
     * Defines the XML namespace associated with the `p` prefix.
     */
    static readonly p: XNamespace;
    /**
     * Returns the namespace declaration `XAttribute` for this namespace.
     */
    static get namespaceDeclaration(): XAttribute;
    /**
     * Represents the `p:anim` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
     * - child XML elements: {@linkcode cBhvr p:cBhvr}, {@linkcode tavLst p:tavLst}
     * - XML attributes: {@linkcode P14.bounceEnd p14:bounceEnd}
     */
    static readonly anim: XName;
    /**
     * Represents the `p:animClr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
     * - child XML elements: {@linkcode by p:by}, {@linkcode cBhvr p:cBhvr}, {@linkcode from p:from}, {@linkcode to p:to}
     */
    static readonly animClr: XName;
    /**
     * Represents the `p:animEffect` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
     * - child XML elements: {@linkcode cBhvr p:cBhvr}, {@linkcode progress p:progress}
     */
    static readonly animEffect: XName;
    /**
     * Represents the `p:animMotion` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
     * - child XML elements: {@linkcode by p:by}, {@linkcode cBhvr p:cBhvr}, {@linkcode from p:from}, {@linkcode rCtr p:rCtr}, {@linkcode to p:to}
     * - XML attributes: {@linkcode P14.bounceEnd p14:bounceEnd}
     */
    static readonly animMotion: XName;
    /**
     * Represents the `p:animRot` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
     * - child XML elements: {@linkcode cBhvr p:cBhvr}
     * - XML attributes: {@linkcode P14.bounceEnd p14:bounceEnd}
     */
    static readonly animRot: XName;
    /**
     * Represents the `p:animScale` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
     * - child XML elements: {@linkcode by p:by}, {@linkcode cBhvr p:cBhvr}, {@linkcode from p:from}, {@linkcode to p:to}
     * - XML attributes: {@linkcode P14.bounceEnd p14:bounceEnd}
     */
    static readonly animScale: XName;
    /**
     * Represents the `p:attrName` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode attrNameLst p:attrNameLst}
     */
    static readonly attrName: XName;
    /**
     * Represents the `p:attrNameLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cBhvr p:cBhvr}
     * - child XML elements: {@linkcode attrName p:attrName}
     */
    static readonly attrNameLst: XName;
    /**
     * Represents the `p:audio` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
     * - child XML elements: {@linkcode cMediaNode p:cMediaNode}
     */
    static readonly audio: XName;
    /**
     * Represents the `p:bg` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cSld p:cSld}, {@linkcode spTgt p:spTgt}
     * - child XML elements: {@linkcode bgPr p:bgPr}, {@linkcode bgRef p:bgRef}
     */
    static readonly bg: XName;
    /**
     * Represents the `p:bgPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bg p:bg}
     * - child XML elements: {@linkcode A.blipFill a:blipFill}, {@linkcode A.effectDag a:effectDag}, {@linkcode A.effectLst a:effectLst}, {@linkcode A.gradFill a:gradFill}, {@linkcode A.noFill a:noFill}, {@linkcode A.pattFill a:pattFill}, {@linkcode A.solidFill a:solidFill}, {@linkcode extLst p:extLst}
     */
    static readonly bgPr: XName;
    /**
     * Represents the `p:bgRef` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bg p:bg}
     * - child XML elements: {@linkcode A.hslClr a:hslClr}, {@linkcode A.prstClr a:prstClr}, {@linkcode A.schemeClr a:schemeClr}, {@linkcode A.scrgbClr a:scrgbClr}, {@linkcode A.srgbClr a:srgbClr}, {@linkcode A.sysClr a:sysClr}
     */
    static readonly bgRef: XName;
    /**
     * Represents the `p:bldAsOne` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bldGraphic p:bldGraphic}
     */
    static readonly bldAsOne: XName;
    /**
     * Represents the `p:bldDgm` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bldLst p:bldLst}
     */
    static readonly bldDgm: XName;
    /**
     * Represents the `p:bldGraphic` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bldLst p:bldLst}
     * - child XML elements: {@linkcode bldAsOne p:bldAsOne}, {@linkcode bldSub p:bldSub}
     */
    static readonly bldGraphic: XName;
    /**
     * Represents the `p:bldLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode timing p:timing}
     * - child XML elements: {@linkcode bldDgm p:bldDgm}, {@linkcode bldGraphic p:bldGraphic}, {@linkcode bldOleChart p:bldOleChart}, {@linkcode bldP p:bldP}
     */
    static readonly bldLst: XName;
    /**
     * Represents the `p:bldOleChart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bldLst p:bldLst}
     */
    static readonly bldOleChart: XName;
    /**
     * Represents the `p:bldP` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bldLst p:bldLst}
     * - child XML elements: {@linkcode tmplLst p:tmplLst}
     */
    static readonly bldP: XName;
    /**
     * Represents the `p:bldSub` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bldGraphic p:bldGraphic}
     * - child XML elements: {@linkcode A.bldChart a:bldChart}, {@linkcode A.bldDgm a:bldDgm}
     */
    static readonly bldSub: XName;
    /**
     * Represents the `p:blinds` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly blinds: XName;
    /**
     * Represents the `p:blipFill` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pic p:pic}
     * - child XML elements: {@linkcode A.blip a:blip}, {@linkcode A.srcRect a:srcRect}, {@linkcode A.stretch a:stretch}, {@linkcode A.tile a:tile}
     */
    static readonly blipFill: XName;
    /**
     * Represents the `p:bodyStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode txStyles p:txStyles}
     * - child XML elements: {@linkcode A.defPPr a:defPPr}, {@linkcode A.extLst a:extLst}, {@linkcode A.lvl1pPr a:lvl1pPr}, {@linkcode A.lvl2pPr a:lvl2pPr}, {@linkcode A.lvl3pPr a:lvl3pPr}, {@linkcode A.lvl4pPr a:lvl4pPr}, {@linkcode A.lvl5pPr a:lvl5pPr}, {@linkcode A.lvl6pPr a:lvl6pPr}, {@linkcode A.lvl7pPr a:lvl7pPr}, {@linkcode A.lvl8pPr a:lvl8pPr}, {@linkcode A.lvl9pPr a:lvl9pPr}
     */
    static readonly bodyStyle: XName;
    /**
     * Represents the `p:bold` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode embeddedFont p:embeddedFont}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly bold: XName;
    /**
     * Represents the `p:boldItalic` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode embeddedFont p:embeddedFont}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly boldItalic: XName;
    /**
     * Represents the `p:boolVal` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode to p:to}, {@linkcode val p:val}
     */
    static readonly boolVal: XName;
    /**
     * Represents the `p:browse` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode showPr p:showPr}
     */
    static readonly browse: XName;
    /**
     * Represents the `p:by` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode animClr p:animClr}, {@linkcode animMotion p:animMotion}, {@linkcode animScale p:animScale}
     * - child XML elements: {@linkcode hsl p:hsl}, {@linkcode rgb p:rgb}
     */
    static readonly by: XName;
    /**
     * Represents the `p:cBhvr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode anim p:anim}, {@linkcode animClr p:animClr}, {@linkcode animEffect p:animEffect}, {@linkcode animMotion p:animMotion}, {@linkcode animRot p:animRot}, {@linkcode animScale p:animScale}, {@linkcode cmd p:cmd}, {@linkcode set p:set}
     * - child XML elements: {@linkcode attrNameLst p:attrNameLst}, {@linkcode cTn p:cTn}, {@linkcode tgtEl p:tgtEl}
     */
    static readonly cBhvr: XName;
    /**
     * Represents the `p:charRg` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode txEl p:txEl}
     */
    static readonly charRg: XName;
    /**
     * Represents the `p:checker` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly checker: XName;
    /**
     * Represents the `p:childTnLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cTn p:cTn}
     * - child XML elements: {@linkcode anim p:anim}, {@linkcode animClr p:animClr}, {@linkcode animEffect p:animEffect}, {@linkcode animMotion p:animMotion}, {@linkcode animRot p:animRot}, {@linkcode animScale p:animScale}, {@linkcode audio p:audio}, {@linkcode cmd p:cmd}, {@linkcode excl p:excl}, {@linkcode par p:par}, {@linkcode seq p:seq}, {@linkcode set p:set}, {@linkcode video p:video}
     */
    static readonly childTnLst: XName;
    /**
     * Represents the `p:circle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly circle: XName;
    /**
     * Represents the `p:clrMap` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode handoutMaster p:handoutMaster}, {@linkcode notesMaster p:notesMaster}, {@linkcode sldMaster p:sldMaster}
     * - child XML elements: {@linkcode A.extLst a:extLst}
     */
    static readonly clrMap: XName;
    /**
     * Represents the `p:clrMapOvr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode notes p:notes}, {@linkcode sld p:sld}, {@linkcode sldLayout p:sldLayout}
     * - child XML elements: {@linkcode A.masterClrMapping a:masterClrMapping}, {@linkcode A.overrideClrMapping a:overrideClrMapping}
     */
    static readonly clrMapOvr: XName;
    /**
     * Represents the `p:clrMru` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentationPr p:presentationPr}
     * - child XML elements: {@linkcode A.hslClr a:hslClr}, {@linkcode A.prstClr a:prstClr}, {@linkcode A.schemeClr a:schemeClr}, {@linkcode A.scrgbClr a:scrgbClr}, {@linkcode A.srgbClr a:srgbClr}, {@linkcode A.sysClr a:sysClr}
     */
    static readonly clrMru: XName;
    /**
     * Represents the `p:clrVal` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode to p:to}, {@linkcode val p:val}
     * - child XML elements: {@linkcode A.hslClr a:hslClr}, {@linkcode A.prstClr a:prstClr}, {@linkcode A.schemeClr a:schemeClr}, {@linkcode A.scrgbClr a:scrgbClr}, {@linkcode A.srgbClr a:srgbClr}, {@linkcode A.sysClr a:sysClr}
     */
    static readonly clrVal: XName;
    /**
     * Represents the `p:cm` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cmLst p:cmLst}
     * - child XML elements: {@linkcode extLst p:extLst}, {@linkcode pos p:pos}, {@linkcode text p:text}
     */
    static readonly cm: XName;
    /**
     * Represents the `p:cmAuthor` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cmAuthorLst p:cmAuthorLst}
     * - child XML elements: {@linkcode extLst p:extLst}
     */
    static readonly cmAuthor: XName;
    /**
     * Represents the `p:cmAuthorLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode cmAuthor p:cmAuthor}
     */
    static readonly cmAuthorLst: XName;
    /**
     * Represents the `p:cmd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
     * - child XML elements: {@linkcode cBhvr p:cBhvr}
     */
    static readonly cmd: XName;
    /**
     * Represents the `p:cMediaNode` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode audio p:audio}, {@linkcode video p:video}
     * - child XML elements: {@linkcode cTn p:cTn}, {@linkcode tgtEl p:tgtEl}
     */
    static readonly cMediaNode: XName;
    /**
     * Represents the `p:cmLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode cm p:cm}
     */
    static readonly cmLst: XName;
    /**
     * Represents the `p:cNvCxnSpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode nvCxnSpPr p:nvCxnSpPr}
     * - child XML elements: {@linkcode A.cxnSpLocks a:cxnSpLocks}, {@linkcode A.endCxn a:endCxn}, {@linkcode A.extLst a:extLst}, {@linkcode A.stCxn a:stCxn}
     */
    static readonly cNvCxnSpPr: XName;
    /**
     * Represents the `p:cNvGraphicFramePr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode nvGraphicFramePr p:nvGraphicFramePr}
     * - child XML elements: {@linkcode A.extLst a:extLst}, {@linkcode A.graphicFrameLocks a:graphicFrameLocks}
     */
    static readonly cNvGraphicFramePr: XName;
    /**
     * Represents the `p:cNvGrpSpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode nvGrpSpPr p:nvGrpSpPr}
     * - child XML elements: {@linkcode A.extLst a:extLst}, {@linkcode A.grpSpLocks a:grpSpLocks}
     */
    static readonly cNvGrpSpPr: XName;
    /**
     * Represents the `p:cNvPicPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode nvPicPr p:nvPicPr}
     * - child XML elements: {@linkcode A.extLst a:extLst}, {@linkcode A.picLocks a:picLocks}
     */
    static readonly cNvPicPr: XName;
    /**
     * Represents the `p:cNvPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode nvCxnSpPr p:nvCxnSpPr}, {@linkcode nvGraphicFramePr p:nvGraphicFramePr}, {@linkcode nvGrpSpPr p:nvGrpSpPr}, {@linkcode nvPicPr p:nvPicPr}, {@linkcode nvSpPr p:nvSpPr}
     * - child XML elements: {@linkcode A.extLst a:extLst}, {@linkcode A.hlinkClick a:hlinkClick}, {@linkcode A.hlinkHover a:hlinkHover}
     */
    static readonly cNvPr: XName;
    /**
     * Represents the `p:cNvSpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode nvSpPr p:nvSpPr}
     * - child XML elements: {@linkcode A.extLst a:extLst}, {@linkcode A.spLocks a:spLocks}
     */
    static readonly cNvSpPr: XName;
    /**
     * Represents the `p:comb` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly comb: XName;
    /**
     * Represents the `p:cond` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode endCondLst p:endCondLst}, {@linkcode nextCondLst p:nextCondLst}, {@linkcode prevCondLst p:prevCondLst}, {@linkcode stCondLst p:stCondLst}
     * - child XML elements: {@linkcode rtn p:rtn}, {@linkcode tgtEl p:tgtEl}, {@linkcode tn p:tn}
     */
    static readonly cond: XName;
    /**
     * Represents the `p:contentPart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode grpSp p:grpSp}, {@linkcode spTree p:spTree}
     * - child XML elements: {@linkcode P14.extLst p14:extLst}, {@linkcode P14.nvContentPartPr p14:nvContentPartPr}, {@linkcode P14.xfrm p14:xfrm}
     * - XML attributes: {@linkcode P14.bwMode p14:bwMode}, {@linkcode R.id r:id}
     */
    static readonly contentPart: XName;
    /**
     * Represents the `p:control` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode controls p:controls}
     * - child XML elements: {@linkcode extLst p:extLst}, {@linkcode pic p:pic}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly control: XName;
    /**
     * Represents the `p:controls` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cSld p:cSld}
     * - child XML elements: {@linkcode control p:control}
     */
    static readonly controls: XName;
    /**
     * Represents the `p:cover` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly cover: XName;
    /**
     * Represents the `p:cSld` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode handoutMaster p:handoutMaster}, {@linkcode notes p:notes}, {@linkcode notesMaster p:notesMaster}, {@linkcode sld p:sld}, {@linkcode sldLayout p:sldLayout}, {@linkcode sldMaster p:sldMaster}
     * - child XML elements: {@linkcode bg p:bg}, {@linkcode controls p:controls}, {@linkcode custDataLst p:custDataLst}, {@linkcode extLst p:extLst}, {@linkcode spTree p:spTree}
     */
    static readonly cSld: XName;
    /**
     * Represents the `p:cSldViewPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode notesViewPr p:notesViewPr}, {@linkcode slideViewPr p:slideViewPr}
     * - child XML elements: {@linkcode cViewPr p:cViewPr}, {@linkcode guideLst p:guideLst}
     */
    static readonly cSldViewPr: XName;
    /**
     * Represents the `p:cTn` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cBhvr p:cBhvr}, {@linkcode cMediaNode p:cMediaNode}, {@linkcode excl p:excl}, {@linkcode par p:par}, {@linkcode seq p:seq}
     * - child XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode endCondLst p:endCondLst}, {@linkcode endSync p:endSync}, {@linkcode iterate p:iterate}, {@linkcode stCondLst p:stCondLst}, {@linkcode subTnLst p:subTnLst}
     * - XML attributes: {@linkcode P14.presetBounceEnd p14:presetBounceEnd}
     */
    static readonly cTn: XName;
    /**
     * Represents the `p:custData` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode custDataLst p:custDataLst}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly custData: XName;
    /**
     * Represents the `p:custDataLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cSld p:cSld}, {@linkcode nvPr p:nvPr}, {@linkcode presentation p:presentation}, {@linkcode P14.nvPr p14:nvPr}
     * - child XML elements: {@linkcode custData p:custData}, {@linkcode tags p:tags}
     */
    static readonly custDataLst: XName;
    /**
     * Represents the `p:custShow` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode custShowLst p:custShowLst}, {@linkcode htmlPubPr p:htmlPubPr}, {@linkcode showPr p:showPr}
     * - child XML elements: {@linkcode extLst p:extLst}, {@linkcode sldLst p:sldLst}
     */
    static readonly custShow: XName;
    /**
     * Represents the `p:custShowLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentation p:presentation}
     * - child XML elements: {@linkcode custShow p:custShow}
     */
    static readonly custShowLst: XName;
    /**
     * Represents the `p:cut` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly cut: XName;
    /**
     * Represents the `p:cViewPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cSldViewPr p:cSldViewPr}, {@linkcode notesTextViewPr p:notesTextViewPr}, {@linkcode outlineViewPr p:outlineViewPr}, {@linkcode sorterViewPr p:sorterViewPr}
     * - child XML elements: {@linkcode origin p:origin}, {@linkcode scale p:scale}
     */
    static readonly cViewPr: XName;
    /**
     * Represents the `p:cxnSp` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode grpSp p:grpSp}, {@linkcode spTree p:spTree}
     * - child XML elements: {@linkcode extLst p:extLst}, {@linkcode nvCxnSpPr p:nvCxnSpPr}, {@linkcode spPr p:spPr}, {@linkcode style p:style}
     */
    static readonly cxnSp: XName;
    /**
     * Represents the `p:defaultTextStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentation p:presentation}
     * - child XML elements: {@linkcode A.defPPr a:defPPr}, {@linkcode A.extLst a:extLst}, {@linkcode A.lvl1pPr a:lvl1pPr}, {@linkcode A.lvl2pPr a:lvl2pPr}, {@linkcode A.lvl3pPr a:lvl3pPr}, {@linkcode A.lvl4pPr a:lvl4pPr}, {@linkcode A.lvl5pPr a:lvl5pPr}, {@linkcode A.lvl6pPr a:lvl6pPr}, {@linkcode A.lvl7pPr a:lvl7pPr}, {@linkcode A.lvl8pPr a:lvl8pPr}, {@linkcode A.lvl9pPr a:lvl9pPr}
     */
    static readonly defaultTextStyle: XName;
    /**
     * Represents the `p:diamond` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly diamond: XName;
    /**
     * Represents the `p:dissolve` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly dissolve: XName;
    /**
     * Represents the `p:embed` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode oleObj p:oleObj}
     * - child XML elements: {@linkcode extLst p:extLst}
     */
    static readonly embed: XName;
    /**
     * Represents the `p:embeddedFont` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode embeddedFontLst p:embeddedFontLst}
     * - child XML elements: {@linkcode bold p:bold}, {@linkcode boldItalic p:boldItalic}, {@linkcode font p:font}, {@linkcode italic p:italic}, {@linkcode regular p:regular}
     */
    static readonly embeddedFont: XName;
    /**
     * Represents the `p:embeddedFontLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentation p:presentation}
     * - child XML elements: {@linkcode embeddedFont p:embeddedFont}
     */
    static readonly embeddedFontLst: XName;
    /**
     * Represents the `p:endCondLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cTn p:cTn}
     * - child XML elements: {@linkcode cond p:cond}
     */
    static readonly endCondLst: XName;
    /**
     * Represents the `p:endSnd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sndAc p:sndAc}
     */
    static readonly endSnd: XName;
    /**
     * Represents the `p:endSync` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cTn p:cTn}
     * - child XML elements: {@linkcode rtn p:rtn}, {@linkcode tgtEl p:tgtEl}, {@linkcode tn p:tn}
     */
    static readonly endSync: XName;
    /**
     * Represents the `p:excl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
     * - child XML elements: {@linkcode cTn p:cTn}
     */
    static readonly excl: XName;
    /**
     * Represents the `p:ext` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode extLst p:extLst}, {@linkcode P14.extLst p14:extLst}, {@linkcode P15.extLst p15:extLst}
     * - child XML elements: {@linkcode A14.m a14:m}, {@linkcode P14.browseMode p14:browseMode}, {@linkcode P14.creationId p14:creationId}, {@linkcode P14.defaultImageDpi p14:defaultImageDpi}, {@linkcode P14.discardImageEditData p14:discardImageEditData}, {@linkcode P14.laserClr p14:laserClr}, {@linkcode P14.laserTraceLst p14:laserTraceLst}, {@linkcode P14.media p14:media}, {@linkcode P14.modId p14:modId}, {@linkcode P14.sectionLst p14:sectionLst}, {@linkcode P14.sectionPr p14:sectionPr}, {@linkcode P14.showEvtLst p14:showEvtLst}, {@linkcode P14.showMediaCtrls p14:showMediaCtrls}, {@linkcode P15.chartTrackingRefBased p15:chartTrackingRefBased}, {@linkcode P15.notesGuideLst p15:notesGuideLst}, {@linkcode P15.presenceInfo p15:presenceInfo}, {@linkcode P15.sldGuideLst p15:sldGuideLst}, {@linkcode P15.threadingInfo p15:threadingInfo}
     */
    static readonly ext: XName;
    /**
     * Represents the `p:extLst` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bgPr p:bgPr}, {@linkcode cm p:cm}, {@linkcode cmAuthor p:cmAuthor}, {@linkcode control p:control}, {@linkcode cSld p:cSld}, {@linkcode custShow p:custShow}, {@linkcode cxnSp p:cxnSp}, {@linkcode embed p:embed}, {@linkcode graphicFrame p:graphicFrame}, {@linkcode grpSp p:grpSp}, {@linkcode handoutMaster p:handoutMaster}, {@linkcode handoutMasterId p:handoutMasterId}, {@linkcode hf p:hf}, {@linkcode htmlPubPr p:htmlPubPr}, {@linkcode link p:link}, {@linkcode normalViewPr p:normalViewPr}, {@linkcode notes p:notes}, {@linkcode notesMaster p:notesMaster}, {@linkcode notesMasterId p:notesMasterId}, {@linkcode notesTextViewPr p:notesTextViewPr}, {@linkcode notesViewPr p:notesViewPr}, {@linkcode nvPr p:nvPr}, {@linkcode outlineViewPr p:outlineViewPr}, {@linkcode ph p:ph}, {@linkcode photoAlbum p:photoAlbum}, {@linkcode pic p:pic}, {@linkcode presentation p:presentation}, {@linkcode presentationPr p:presentationPr}, {@linkcode prnPr p:prnPr}, {@linkcode showPr p:showPr}, {@linkcode sld p:sld}, {@linkcode sldId p:sldId}, {@linkcode sldLayout p:sldLayout}, {@linkcode sldLayoutId p:sldLayoutId}, {@linkcode sldMaster p:sldMaster}, {@linkcode sldMasterId p:sldMasterId}, {@linkcode sldSyncPr p:sldSyncPr}, {@linkcode slideViewPr p:slideViewPr}, {@linkcode sorterViewPr p:sorterViewPr}, {@linkcode sp p:sp}, {@linkcode spTree p:spTree}, {@linkcode timing p:timing}, {@linkcode transition p:transition}, {@linkcode txStyles p:txStyles}, {@linkcode viewPr p:viewPr}, {@linkcode webPr p:webPr}, {@linkcode P14.nvPr p14:nvPr}
     * - child XML elements: {@linkcode ext p:ext}
     */
    static readonly extLst: XName;
    /**
     * Represents the `p:fade` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly fade: XName;
    /**
     * Represents the `p:fltVal` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode progress p:progress}, {@linkcode to p:to}, {@linkcode val p:val}
     */
    static readonly fltVal: XName;
    /**
     * Represents the `p:font` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode embeddedFont p:embeddedFont}
     */
    static readonly font: XName;
    /**
     * Represents the `p:from` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode animClr p:animClr}, {@linkcode animMotion p:animMotion}, {@linkcode animScale p:animScale}
     * - child XML elements: {@linkcode A.hslClr a:hslClr}, {@linkcode A.prstClr a:prstClr}, {@linkcode A.schemeClr a:schemeClr}, {@linkcode A.scrgbClr a:scrgbClr}, {@linkcode A.srgbClr a:srgbClr}, {@linkcode A.sysClr a:sysClr}
     */
    static readonly from: XName;
    /**
     * Represents the `p:graphicEl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode spTgt p:spTgt}
     * - child XML elements: {@linkcode A.chart a:chart}, {@linkcode A.dgm a:dgm}
     */
    static readonly graphicEl: XName;
    /**
     * Represents the `p:graphicFrame` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode grpSp p:grpSp}, {@linkcode spTree p:spTree}
     * - child XML elements: {@linkcode A.graphic a:graphic}, {@linkcode extLst p:extLst}, {@linkcode nvGraphicFramePr p:nvGraphicFramePr}, {@linkcode xfrm p:xfrm}
     */
    static readonly graphicFrame: XName;
    /**
     * Represents the `p:gridSpacing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode viewPr p:viewPr}
     */
    static readonly gridSpacing: XName;
    /**
     * Represents the `p:grpSp` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode grpSp p:grpSp}, {@linkcode spTree p:spTree}
     * - child XML elements: {@linkcode contentPart p:contentPart}, {@linkcode cxnSp p:cxnSp}, {@linkcode extLst p:extLst}, {@linkcode graphicFrame p:graphicFrame}, {@linkcode grpSp p:grpSp}, {@linkcode grpSpPr p:grpSpPr}, {@linkcode nvGrpSpPr p:nvGrpSpPr}, {@linkcode pic p:pic}, {@linkcode sp p:sp}
     */
    static readonly grpSp: XName;
    /**
     * Represents the `p:grpSpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode grpSp p:grpSp}, {@linkcode spTree p:spTree}
     * - child XML elements: {@linkcode A.blipFill a:blipFill}, {@linkcode A.effectDag a:effectDag}, {@linkcode A.effectLst a:effectLst}, {@linkcode A.extLst a:extLst}, {@linkcode A.gradFill a:gradFill}, {@linkcode A.grpFill a:grpFill}, {@linkcode A.noFill a:noFill}, {@linkcode A.pattFill a:pattFill}, {@linkcode A.scene3d a:scene3d}, {@linkcode A.solidFill a:solidFill}, {@linkcode A.xfrm a:xfrm}
     */
    static readonly grpSpPr: XName;
    /**
     * Represents the `p:guide` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode guideLst p:guideLst}
     */
    static readonly guide: XName;
    /**
     * Represents the `p:guideLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cSldViewPr p:cSldViewPr}
     * - child XML elements: {@linkcode guide p:guide}
     */
    static readonly guideLst: XName;
    /**
     * Represents the `p:handoutMaster` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode clrMap p:clrMap}, {@linkcode cSld p:cSld}, {@linkcode extLst p:extLst}, {@linkcode hf p:hf}
     */
    static readonly handoutMaster: XName;
    /**
     * Represents the `p:handoutMasterId` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode handoutMasterIdLst p:handoutMasterIdLst}
     * - child XML elements: {@linkcode extLst p:extLst}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly handoutMasterId: XName;
    /**
     * Represents the `p:handoutMasterIdLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentation p:presentation}
     * - child XML elements: {@linkcode handoutMasterId p:handoutMasterId}
     */
    static readonly handoutMasterIdLst: XName;
    /**
     * Represents the `p:hf` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode handoutMaster p:handoutMaster}, {@linkcode notesMaster p:notesMaster}, {@linkcode sldLayout p:sldLayout}, {@linkcode sldMaster p:sldMaster}
     * - child XML elements: {@linkcode extLst p:extLst}
     */
    static readonly hf: XName;
    /**
     * Represents the `p:hsl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode by p:by}
     */
    static readonly hsl: XName;
    /**
     * Represents the `p:htmlPubPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentationPr p:presentationPr}
     * - child XML elements: {@linkcode custShow p:custShow}, {@linkcode extLst p:extLst}, {@linkcode sldAll p:sldAll}, {@linkcode sldRg p:sldRg}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly htmlPubPr: XName;
    /**
     * Represents the `p:inkTgt` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tgtEl p:tgtEl}
     */
    static readonly inkTgt: XName;
    /**
     * Represents the `p:intVal` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode to p:to}, {@linkcode val p:val}
     */
    static readonly intVal: XName;
    /**
     * Represents the `p:italic` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode embeddedFont p:embeddedFont}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly italic: XName;
    /**
     * Represents the `p:iterate` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cTn p:cTn}
     * - child XML elements: {@linkcode tmAbs p:tmAbs}, {@linkcode tmPct p:tmPct}
     */
    static readonly iterate: XName;
    /**
     * Represents the `p:kinsoku` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentation p:presentation}
     */
    static readonly kinsoku: XName;
    /**
     * Represents the `p:kiosk` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode showPr p:showPr}
     */
    static readonly kiosk: XName;
    /**
     * Represents the `p:link` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode oleObj p:oleObj}
     * - child XML elements: {@linkcode extLst p:extLst}
     */
    static readonly link: XName;
    /**
     * Represents the `p:modifyVerifier` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentation p:presentation}
     */
    static readonly modifyVerifier: XName;
    /**
     * Represents the `p:newsflash` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly newsflash: XName;
    /**
     * Represents the `p:nextCondLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode seq p:seq}
     * - child XML elements: {@linkcode cond p:cond}
     */
    static readonly nextCondLst: XName;
    /**
     * Represents the `p:normalViewPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode viewPr p:viewPr}
     * - child XML elements: {@linkcode extLst p:extLst}, {@linkcode restoredLeft p:restoredLeft}, {@linkcode restoredTop p:restoredTop}
     */
    static readonly normalViewPr: XName;
    /**
     * Represents the `p:notes` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode clrMapOvr p:clrMapOvr}, {@linkcode cSld p:cSld}, {@linkcode extLst p:extLst}
     */
    static readonly notes: XName;
    /**
     * Represents the `p:notesMaster` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode clrMap p:clrMap}, {@linkcode cSld p:cSld}, {@linkcode extLst p:extLst}, {@linkcode hf p:hf}, {@linkcode notesStyle p:notesStyle}
     */
    static readonly notesMaster: XName;
    /**
     * Represents the `p:notesMasterId` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode notesMasterIdLst p:notesMasterIdLst}
     * - child XML elements: {@linkcode extLst p:extLst}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly notesMasterId: XName;
    /**
     * Represents the `p:notesMasterIdLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentation p:presentation}
     * - child XML elements: {@linkcode notesMasterId p:notesMasterId}
     */
    static readonly notesMasterIdLst: XName;
    /**
     * Represents the `p:notesStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode notesMaster p:notesMaster}
     * - child XML elements: {@linkcode A.defPPr a:defPPr}, {@linkcode A.extLst a:extLst}, {@linkcode A.lvl1pPr a:lvl1pPr}, {@linkcode A.lvl2pPr a:lvl2pPr}, {@linkcode A.lvl3pPr a:lvl3pPr}, {@linkcode A.lvl4pPr a:lvl4pPr}, {@linkcode A.lvl5pPr a:lvl5pPr}, {@linkcode A.lvl6pPr a:lvl6pPr}, {@linkcode A.lvl7pPr a:lvl7pPr}, {@linkcode A.lvl8pPr a:lvl8pPr}, {@linkcode A.lvl9pPr a:lvl9pPr}
     */
    static readonly notesStyle: XName;
    /**
     * Represents the `p:notesSz` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentation p:presentation}
     */
    static readonly notesSz: XName;
    /**
     * Represents the `p:notesTextViewPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode viewPr p:viewPr}
     * - child XML elements: {@linkcode cViewPr p:cViewPr}, {@linkcode extLst p:extLst}
     */
    static readonly notesTextViewPr: XName;
    /**
     * Represents the `p:notesViewPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode viewPr p:viewPr}
     * - child XML elements: {@linkcode cSldViewPr p:cSldViewPr}, {@linkcode extLst p:extLst}
     */
    static readonly notesViewPr: XName;
    /**
     * Represents the `p:nvCxnSpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cxnSp p:cxnSp}
     * - child XML elements: {@linkcode cNvCxnSpPr p:cNvCxnSpPr}, {@linkcode cNvPr p:cNvPr}, {@linkcode nvPr p:nvPr}
     */
    static readonly nvCxnSpPr: XName;
    /**
     * Represents the `p:nvGraphicFramePr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode graphicFrame p:graphicFrame}
     * - child XML elements: {@linkcode cNvGraphicFramePr p:cNvGraphicFramePr}, {@linkcode cNvPr p:cNvPr}, {@linkcode nvPr p:nvPr}
     */
    static readonly nvGraphicFramePr: XName;
    /**
     * Represents the `p:nvGrpSpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode grpSp p:grpSp}, {@linkcode spTree p:spTree}
     * - child XML elements: {@linkcode cNvGrpSpPr p:cNvGrpSpPr}, {@linkcode cNvPr p:cNvPr}, {@linkcode nvPr p:nvPr}
     */
    static readonly nvGrpSpPr: XName;
    /**
     * Represents the `p:nvPicPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pic p:pic}
     * - child XML elements: {@linkcode cNvPicPr p:cNvPicPr}, {@linkcode cNvPr p:cNvPr}, {@linkcode nvPr p:nvPr}
     */
    static readonly nvPicPr: XName;
    /**
     * Represents the `p:nvPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode nvCxnSpPr p:nvCxnSpPr}, {@linkcode nvGraphicFramePr p:nvGraphicFramePr}, {@linkcode nvGrpSpPr p:nvGrpSpPr}, {@linkcode nvPicPr p:nvPicPr}, {@linkcode nvSpPr p:nvSpPr}
     * - child XML elements: {@linkcode A.audioCd a:audioCd}, {@linkcode A.audioFile a:audioFile}, {@linkcode A.quickTimeFile a:quickTimeFile}, {@linkcode A.videoFile a:videoFile}, {@linkcode A.wavAudioFile a:wavAudioFile}, {@linkcode custDataLst p:custDataLst}, {@linkcode extLst p:extLst}, {@linkcode ph p:ph}
     */
    static readonly nvPr: XName;
    /**
     * Represents the `p:nvSpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sp p:sp}
     * - child XML elements: {@linkcode cNvPr p:cNvPr}, {@linkcode cNvSpPr p:cNvSpPr}, {@linkcode nvPr p:nvPr}
     */
    static readonly nvSpPr: XName;
    /**
     * Represents the `p:oleChartEl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode spTgt p:spTgt}
     */
    static readonly oleChartEl: XName;
    /**
     * Represents the `p:oleObj` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode embed p:embed}, {@linkcode link p:link}, {@linkcode pic p:pic}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly oleObj: XName;
    /**
     * Represents the `p:origin` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cViewPr p:cViewPr}
     */
    static readonly origin: XName;
    /**
     * Represents the `p:otherStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode txStyles p:txStyles}
     * - child XML elements: {@linkcode A.defPPr a:defPPr}, {@linkcode A.extLst a:extLst}, {@linkcode A.lvl1pPr a:lvl1pPr}, {@linkcode A.lvl2pPr a:lvl2pPr}, {@linkcode A.lvl3pPr a:lvl3pPr}, {@linkcode A.lvl4pPr a:lvl4pPr}, {@linkcode A.lvl5pPr a:lvl5pPr}, {@linkcode A.lvl6pPr a:lvl6pPr}, {@linkcode A.lvl7pPr a:lvl7pPr}, {@linkcode A.lvl8pPr a:lvl8pPr}, {@linkcode A.lvl9pPr a:lvl9pPr}
     */
    static readonly otherStyle: XName;
    /**
     * Represents the `p:outlineViewPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode viewPr p:viewPr}
     * - child XML elements: {@linkcode cViewPr p:cViewPr}, {@linkcode extLst p:extLst}, {@linkcode sldLst p:sldLst}
     */
    static readonly outlineViewPr: XName;
    /**
     * Represents the `p:par` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}, {@linkcode tnLst p:tnLst}
     * - child XML elements: {@linkcode cTn p:cTn}
     */
    static readonly par: XName;
    /**
     * Represents the `p:penClr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode showPr p:showPr}
     * - child XML elements: {@linkcode A.hslClr a:hslClr}, {@linkcode A.prstClr a:prstClr}, {@linkcode A.schemeClr a:schemeClr}, {@linkcode A.scrgbClr a:scrgbClr}, {@linkcode A.srgbClr a:srgbClr}, {@linkcode A.sysClr a:sysClr}
     */
    static readonly penClr: XName;
    /**
     * Represents the `p:ph` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode nvPr p:nvPr}, {@linkcode P14.nvPr p14:nvPr}
     * - child XML elements: {@linkcode extLst p:extLst}
     */
    static readonly ph: XName;
    /**
     * Represents the `p:photoAlbum` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentation p:presentation}
     * - child XML elements: {@linkcode extLst p:extLst}
     */
    static readonly photoAlbum: XName;
    /**
     * Represents the `p:pic` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode control p:control}, {@linkcode grpSp p:grpSp}, {@linkcode oleObj p:oleObj}, {@linkcode spTree p:spTree}
     * - child XML elements: {@linkcode blipFill p:blipFill}, {@linkcode extLst p:extLst}, {@linkcode nvPicPr p:nvPicPr}, {@linkcode spPr p:spPr}, {@linkcode style p:style}
     */
    static readonly pic: XName;
    /**
     * Represents the `p:plus` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly plus: XName;
    /**
     * Represents the `p:pos` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cm p:cm}
     */
    static readonly pos: XName;
    /**
     * Represents the `p:present` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode showPr p:showPr}
     */
    static readonly present: XName;
    /**
     * Represents the `p:presentation` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode custDataLst p:custDataLst}, {@linkcode custShowLst p:custShowLst}, {@linkcode defaultTextStyle p:defaultTextStyle}, {@linkcode embeddedFontLst p:embeddedFontLst}, {@linkcode extLst p:extLst}, {@linkcode handoutMasterIdLst p:handoutMasterIdLst}, {@linkcode kinsoku p:kinsoku}, {@linkcode modifyVerifier p:modifyVerifier}, {@linkcode notesMasterIdLst p:notesMasterIdLst}, {@linkcode notesSz p:notesSz}, {@linkcode photoAlbum p:photoAlbum}, {@linkcode sldIdLst p:sldIdLst}, {@linkcode sldMasterIdLst p:sldMasterIdLst}, {@linkcode sldSz p:sldSz}
     */
    static readonly presentation: XName;
    /**
     * Represents the `p:presentationPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode clrMru p:clrMru}, {@linkcode extLst p:extLst}, {@linkcode htmlPubPr p:htmlPubPr}, {@linkcode prnPr p:prnPr}, {@linkcode showPr p:showPr}, {@linkcode webPr p:webPr}
     */
    static readonly presentationPr: XName;
    /**
     * Represents the `p:prevCondLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode seq p:seq}
     * - child XML elements: {@linkcode cond p:cond}
     */
    static readonly prevCondLst: XName;
    /**
     * Represents the `p:pRg` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode txEl p:txEl}
     */
    static readonly pRg: XName;
    /**
     * Represents the `p:prnPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentationPr p:presentationPr}
     * - child XML elements: {@linkcode extLst p:extLst}
     */
    static readonly prnPr: XName;
    /**
     * Represents the `p:progress` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode animEffect p:animEffect}
     * - child XML elements: {@linkcode fltVal p:fltVal}
     */
    static readonly progress: XName;
    /**
     * Represents the `p:pull` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly pull: XName;
    /**
     * Represents the `p:push` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly push: XName;
    /**
     * Represents the `p:random` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly random: XName;
    /**
     * Represents the `p:randomBar` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly randomBar: XName;
    /**
     * Represents the `p:rCtr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode animMotion p:animMotion}
     */
    static readonly rCtr: XName;
    /**
     * Represents the `p:regular` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode embeddedFont p:embeddedFont}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly regular: XName;
    /**
     * Represents the `p:restoredLeft` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode normalViewPr p:normalViewPr}
     */
    static readonly restoredLeft: XName;
    /**
     * Represents the `p:restoredTop` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode normalViewPr p:normalViewPr}
     */
    static readonly restoredTop: XName;
    /**
     * Represents the `p:rgb` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode by p:by}
     */
    static readonly rgb: XName;
    /**
     * Represents the `p:rtn` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cond p:cond}, {@linkcode endSync p:endSync}
     */
    static readonly rtn: XName;
    /**
     * Represents the `p:scale` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cViewPr p:cViewPr}
     * - child XML elements: {@linkcode A.sx a:sx}, {@linkcode A.sy a:sy}
     */
    static readonly scale: XName;
    /**
     * Represents the `p:seq` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
     * - child XML elements: {@linkcode cTn p:cTn}, {@linkcode nextCondLst p:nextCondLst}, {@linkcode prevCondLst p:prevCondLst}
     */
    static readonly seq: XName;
    /**
     * Represents the `p:set` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
     * - child XML elements: {@linkcode cBhvr p:cBhvr}, {@linkcode to p:to}
     */
    static readonly set: XName;
    /**
     * Represents the `p:showPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentationPr p:presentationPr}
     * - child XML elements: {@linkcode browse p:browse}, {@linkcode custShow p:custShow}, {@linkcode extLst p:extLst}, {@linkcode kiosk p:kiosk}, {@linkcode penClr p:penClr}, {@linkcode present p:present}, {@linkcode sldAll p:sldAll}, {@linkcode sldRg p:sldRg}
     */
    static readonly showPr: XName;
    /**
     * Represents the `p:sld` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode sldLst p:sldLst}
     * - child XML elements: {@linkcode clrMapOvr p:clrMapOvr}, {@linkcode cSld p:cSld}, {@linkcode extLst p:extLst}, {@linkcode timing p:timing}, {@linkcode transition p:transition}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly sld: XName;
    /**
     * Represents the `p:sldAll` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode htmlPubPr p:htmlPubPr}, {@linkcode showPr p:showPr}
     */
    static readonly sldAll: XName;
    /**
     * Represents the `p:sldId` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sldIdLst p:sldIdLst}
     * - child XML elements: {@linkcode extLst p:extLst}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly sldId: XName;
    /**
     * Represents the `p:sldIdLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentation p:presentation}
     * - child XML elements: {@linkcode sldId p:sldId}
     */
    static readonly sldIdLst: XName;
    /**
     * Represents the `p:sldLayout` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode clrMapOvr p:clrMapOvr}, {@linkcode cSld p:cSld}, {@linkcode extLst p:extLst}, {@linkcode hf p:hf}, {@linkcode timing p:timing}, {@linkcode transition p:transition}
     */
    static readonly sldLayout: XName;
    /**
     * Represents the `p:sldLayoutId` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sldLayoutIdLst p:sldLayoutIdLst}
     * - child XML elements: {@linkcode extLst p:extLst}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly sldLayoutId: XName;
    /**
     * Represents the `p:sldLayoutIdLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sldMaster p:sldMaster}
     * - child XML elements: {@linkcode sldLayoutId p:sldLayoutId}
     */
    static readonly sldLayoutIdLst: XName;
    /**
     * Represents the `p:sldLst` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode custShow p:custShow}, {@linkcode outlineViewPr p:outlineViewPr}
     * - child XML elements: {@linkcode sld p:sld}
     */
    static readonly sldLst: XName;
    /**
     * Represents the `p:sldMaster` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode clrMap p:clrMap}, {@linkcode cSld p:cSld}, {@linkcode extLst p:extLst}, {@linkcode hf p:hf}, {@linkcode sldLayoutIdLst p:sldLayoutIdLst}, {@linkcode timing p:timing}, {@linkcode transition p:transition}, {@linkcode txStyles p:txStyles}
     */
    static readonly sldMaster: XName;
    /**
     * Represents the `p:sldMasterId` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sldMasterIdLst p:sldMasterIdLst}
     * - child XML elements: {@linkcode extLst p:extLst}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly sldMasterId: XName;
    /**
     * Represents the `p:sldMasterIdLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentation p:presentation}
     * - child XML elements: {@linkcode sldMasterId p:sldMasterId}
     */
    static readonly sldMasterIdLst: XName;
    /**
     * Represents the `p:sldRg` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode htmlPubPr p:htmlPubPr}, {@linkcode showPr p:showPr}
     */
    static readonly sldRg: XName;
    /**
     * Represents the `p:sldSyncPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode extLst p:extLst}
     */
    static readonly sldSyncPr: XName;
    /**
     * Represents the `p:sldSz` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentation p:presentation}
     */
    static readonly sldSz: XName;
    /**
     * Represents the `p:sldTgt` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tgtEl p:tgtEl}
     */
    static readonly sldTgt: XName;
    /**
     * Represents the `p:slideViewPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode viewPr p:viewPr}
     * - child XML elements: {@linkcode cSldViewPr p:cSldViewPr}, {@linkcode extLst p:extLst}
     */
    static readonly slideViewPr: XName;
    /**
     * Represents the `p:snd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode stSnd p:stSnd}
     * - XML attributes: {@linkcode R.embed r:embed}
     */
    static readonly snd: XName;
    /**
     * Represents the `p:sndAc` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     * - child XML elements: {@linkcode endSnd p:endSnd}, {@linkcode stSnd p:stSnd}
     */
    static readonly sndAc: XName;
    /**
     * Represents the `p:sndTgt` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tgtEl p:tgtEl}
     * - XML attributes: {@linkcode R.embed r:embed}
     */
    static readonly sndTgt: XName;
    /**
     * Represents the `p:sorterViewPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode viewPr p:viewPr}
     * - child XML elements: {@linkcode cViewPr p:cViewPr}, {@linkcode extLst p:extLst}
     */
    static readonly sorterViewPr: XName;
    /**
     * Represents the `p:sp` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode grpSp p:grpSp}, {@linkcode spTree p:spTree}
     * - child XML elements: {@linkcode extLst p:extLst}, {@linkcode nvSpPr p:nvSpPr}, {@linkcode spPr p:spPr}, {@linkcode style p:style}, {@linkcode txBody p:txBody}
     */
    static readonly sp: XName;
    /**
     * Represents the `p:split` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly split: XName;
    /**
     * Represents the `p:spPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cxnSp p:cxnSp}, {@linkcode pic p:pic}, {@linkcode sp p:sp}
     * - child XML elements: {@linkcode A.blipFill a:blipFill}, {@linkcode A.custGeom a:custGeom}, {@linkcode A.effectDag a:effectDag}, {@linkcode A.effectLst a:effectLst}, {@linkcode A.extLst a:extLst}, {@linkcode A.gradFill a:gradFill}, {@linkcode A.grpFill a:grpFill}, {@linkcode A.ln a:ln}, {@linkcode A.noFill a:noFill}, {@linkcode A.pattFill a:pattFill}, {@linkcode A.prstGeom a:prstGeom}, {@linkcode A.scene3d a:scene3d}, {@linkcode A.solidFill a:solidFill}, {@linkcode A.sp3d a:sp3d}, {@linkcode A.xfrm a:xfrm}
     */
    static readonly spPr: XName;
    /**
     * Represents the `p:spTgt` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tgtEl p:tgtEl}
     * - child XML elements: {@linkcode bg p:bg}, {@linkcode graphicEl p:graphicEl}, {@linkcode oleChartEl p:oleChartEl}, {@linkcode subSp p:subSp}, {@linkcode txEl p:txEl}
     */
    static readonly spTgt: XName;
    /**
     * Represents the `p:spTree` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cSld p:cSld}
     * - child XML elements: {@linkcode contentPart p:contentPart}, {@linkcode cxnSp p:cxnSp}, {@linkcode extLst p:extLst}, {@linkcode graphicFrame p:graphicFrame}, {@linkcode grpSp p:grpSp}, {@linkcode grpSpPr p:grpSpPr}, {@linkcode nvGrpSpPr p:nvGrpSpPr}, {@linkcode pic p:pic}, {@linkcode sp p:sp}
     */
    static readonly spTree: XName;
    /**
     * Represents the `p:stCondLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cTn p:cTn}
     * - child XML elements: {@linkcode cond p:cond}
     */
    static readonly stCondLst: XName;
    /**
     * Represents the `p:strips` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly strips: XName;
    /**
     * Represents the `p:strVal` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode to p:to}, {@linkcode val p:val}
     */
    static readonly strVal: XName;
    /**
     * Represents the `p:stSnd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sndAc p:sndAc}
     * - child XML elements: {@linkcode snd p:snd}
     */
    static readonly stSnd: XName;
    /**
     * Represents the `p:style` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cxnSp p:cxnSp}, {@linkcode pic p:pic}, {@linkcode sp p:sp}
     * - child XML elements: {@linkcode A.effectRef a:effectRef}, {@linkcode A.fillRef a:fillRef}, {@linkcode A.fontRef a:fontRef}, {@linkcode A.lnRef a:lnRef}
     */
    static readonly style: XName;
    /**
     * Represents the `p:subSp` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode spTgt p:spTgt}
     */
    static readonly subSp: XName;
    /**
     * Represents the `p:subTnLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cTn p:cTn}
     * - child XML elements: {@linkcode anim p:anim}, {@linkcode animClr p:animClr}, {@linkcode animEffect p:animEffect}, {@linkcode animMotion p:animMotion}, {@linkcode animRot p:animRot}, {@linkcode animScale p:animScale}, {@linkcode audio p:audio}, {@linkcode cmd p:cmd}, {@linkcode excl p:excl}, {@linkcode par p:par}, {@linkcode seq p:seq}, {@linkcode set p:set}, {@linkcode video p:video}
     */
    static readonly subTnLst: XName;
    /**
     * Represents the `p:tag` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tagLst p:tagLst}
     */
    static readonly tag: XName;
    /**
     * Represents the `p:tagLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode tag p:tag}
     */
    static readonly tagLst: XName;
    /**
     * Represents the `p:tags` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode custDataLst p:custDataLst}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly tags: XName;
    /**
     * Represents the `p:tav` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tavLst p:tavLst}
     * - child XML elements: {@linkcode val p:val}
     */
    static readonly tav: XName;
    /**
     * Represents the `p:tavLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode anim p:anim}
     * - child XML elements: {@linkcode tav p:tav}
     */
    static readonly tavLst: XName;
    /**
     * Represents the `p:text` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cm p:cm}
     */
    static readonly text: XName;
    /**
     * Represents the `p:tgtEl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cBhvr p:cBhvr}, {@linkcode cMediaNode p:cMediaNode}, {@linkcode cond p:cond}, {@linkcode endSync p:endSync}
     * - child XML elements: {@linkcode inkTgt p:inkTgt}, {@linkcode sldTgt p:sldTgt}, {@linkcode sndTgt p:sndTgt}, {@linkcode spTgt p:spTgt}, {@linkcode P14.bmkTgt p14:bmkTgt}
     */
    static readonly tgtEl: XName;
    /**
     * Represents the `p:timing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sld p:sld}, {@linkcode sldLayout p:sldLayout}, {@linkcode sldMaster p:sldMaster}
     * - child XML elements: {@linkcode bldLst p:bldLst}, {@linkcode extLst p:extLst}, {@linkcode tnLst p:tnLst}
     */
    static readonly timing: XName;
    /**
     * Represents the `p:titleStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode txStyles p:txStyles}
     * - child XML elements: {@linkcode A.defPPr a:defPPr}, {@linkcode A.extLst a:extLst}, {@linkcode A.lvl1pPr a:lvl1pPr}, {@linkcode A.lvl2pPr a:lvl2pPr}, {@linkcode A.lvl3pPr a:lvl3pPr}, {@linkcode A.lvl4pPr a:lvl4pPr}, {@linkcode A.lvl5pPr a:lvl5pPr}, {@linkcode A.lvl6pPr a:lvl6pPr}, {@linkcode A.lvl7pPr a:lvl7pPr}, {@linkcode A.lvl8pPr a:lvl8pPr}, {@linkcode A.lvl9pPr a:lvl9pPr}
     */
    static readonly titleStyle: XName;
    /**
     * Represents the `p:tmAbs` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode iterate p:iterate}
     */
    static readonly tmAbs: XName;
    /**
     * Represents the `p:tmPct` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode iterate p:iterate}
     */
    static readonly tmPct: XName;
    /**
     * Represents the `p:tmpl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tmplLst p:tmplLst}
     * - child XML elements: {@linkcode tnLst p:tnLst}
     */
    static readonly tmpl: XName;
    /**
     * Represents the `p:tmplLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bldP p:bldP}
     * - child XML elements: {@linkcode tmpl p:tmpl}
     */
    static readonly tmplLst: XName;
    /**
     * Represents the `p:tn` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cond p:cond}, {@linkcode endSync p:endSync}
     */
    static readonly tn: XName;
    /**
     * Represents the `p:tnLst` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode timing p:timing}, {@linkcode tmpl p:tmpl}
     * - child XML elements: {@linkcode par p:par}
     */
    static readonly tnLst: XName;
    /**
     * Represents the `p:to` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode animClr p:animClr}, {@linkcode animMotion p:animMotion}, {@linkcode animScale p:animScale}, {@linkcode set p:set}
     * - child XML elements: {@linkcode A.hslClr a:hslClr}, {@linkcode A.prstClr a:prstClr}, {@linkcode A.schemeClr a:schemeClr}, {@linkcode A.scrgbClr a:scrgbClr}, {@linkcode A.srgbClr a:srgbClr}, {@linkcode A.sysClr a:sysClr}, {@linkcode boolVal p:boolVal}, {@linkcode clrVal p:clrVal}, {@linkcode fltVal p:fltVal}, {@linkcode intVal p:intVal}, {@linkcode strVal p:strVal}
     */
    static readonly to: XName;
    /**
     * Represents the `p:transition` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sld p:sld}, {@linkcode sldLayout p:sldLayout}, {@linkcode sldMaster p:sldMaster}
     * - child XML elements: {@linkcode blinds p:blinds}, {@linkcode checker p:checker}, {@linkcode circle p:circle}, {@linkcode comb p:comb}, {@linkcode cover p:cover}, {@linkcode cut p:cut}, {@linkcode diamond p:diamond}, {@linkcode dissolve p:dissolve}, {@linkcode extLst p:extLst}, {@linkcode fade p:fade}, {@linkcode newsflash p:newsflash}, {@linkcode plus p:plus}, {@linkcode pull p:pull}, {@linkcode push p:push}, {@linkcode random p:random}, {@linkcode randomBar p:randomBar}, {@linkcode sndAc p:sndAc}, {@linkcode split p:split}, {@linkcode strips p:strips}, {@linkcode wedge p:wedge}, {@linkcode wheel p:wheel}, {@linkcode wipe p:wipe}, {@linkcode zoom p:zoom}, {@linkcode P14.conveyor p14:conveyor}, {@linkcode P14.doors p14:doors}, {@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.pan p14:pan}, {@linkcode P14.prism p14:prism}, {@linkcode P14.reveal p14:reveal}, {@linkcode P14.ripple p14:ripple}, {@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 P15.prstTrans p15:prstTrans}
     * - XML attributes: {@linkcode P14.dur p14:dur}
     */
    static readonly transition: XName;
    /**
     * Represents the `p:txBody` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sp p:sp}
     * - child XML elements: {@linkcode A.bodyPr a:bodyPr}, {@linkcode A.lstStyle a:lstStyle}, {@linkcode A.p a:p}
     */
    static readonly txBody: XName;
    /**
     * Represents the `p:txEl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode spTgt p:spTgt}
     * - child XML elements: {@linkcode charRg p:charRg}, {@linkcode pRg p:pRg}
     */
    static readonly txEl: XName;
    /**
     * Represents the `p:txStyles` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sldMaster p:sldMaster}
     * - child XML elements: {@linkcode bodyStyle p:bodyStyle}, {@linkcode extLst p:extLst}, {@linkcode otherStyle p:otherStyle}, {@linkcode titleStyle p:titleStyle}
     */
    static readonly txStyles: XName;
    /**
     * Represents the `p:val` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tav p:tav}
     * - child XML elements: {@linkcode boolVal p:boolVal}, {@linkcode clrVal p:clrVal}, {@linkcode fltVal p:fltVal}, {@linkcode intVal p:intVal}, {@linkcode strVal p:strVal}
     */
    static readonly val: XName;
    /**
     * Represents the `p:video` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
     * - child XML elements: {@linkcode cMediaNode p:cMediaNode}
     */
    static readonly video: XName;
    /**
     * Represents the `p:viewPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode extLst p:extLst}, {@linkcode gridSpacing p:gridSpacing}, {@linkcode normalViewPr p:normalViewPr}, {@linkcode notesTextViewPr p:notesTextViewPr}, {@linkcode notesViewPr p:notesViewPr}, {@linkcode outlineViewPr p:outlineViewPr}, {@linkcode slideViewPr p:slideViewPr}, {@linkcode sorterViewPr p:sorterViewPr}
     */
    static readonly viewPr: XName;
    /**
     * Represents the `p:webPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode presentationPr p:presentationPr}
     * - child XML elements: {@linkcode extLst p:extLst}
     */
    static readonly webPr: XName;
    /**
     * Represents the `p:wedge` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly wedge: XName;
    /**
     * Represents the `p:wheel` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly wheel: XName;
    /**
     * Represents the `p:wipe` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly wipe: XName;
    /**
     * Represents the `p:xfrm` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode graphicFrame p:graphicFrame}
     * - child XML elements: {@linkcode A.ext a:ext}, {@linkcode A.off a:off}
     */
    static readonly xfrm: XName;
    /**
     * Represents the `p:zoom` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode transition p:transition}
     */
    static readonly zoom: XName;
}
