import { Extension, IElement, Type } from "../internal"; export declare class Element extends Type { static readonly baseType: string; static readonly namespace: string; static readonly typeName: string; static readonly primaryCodePath: string | null; id?: string; extension?: Array; static parse(json: IElement, providedInstance?: Element): Element; static isElement(input?: unknown): input is Element; toJSON(): IElement; clone(): Element; getTypeName(): string; } //# sourceMappingURL=Element.d.ts.map