import { Element, IElement } from "../internal"; export declare class PrimitiveXhtml extends Element { static readonly baseType: string; static readonly namespace: string; static readonly typeName: string; static readonly primaryCodePath: string | null; value?: string; static parsePrimitive(value: string, extension?: IElement | null, providedInstance?: PrimitiveXhtml): PrimitiveXhtml; static isPrimitiveXhtml(input?: unknown): input is PrimitiveXhtml; clone(): PrimitiveXhtml; getTypeName(): string; } //# sourceMappingURL=PrimitiveXhtml.d.ts.map