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