import { ReactVarProperty } from "vtxf-xe2/dist-node/xe2-base-objects"; import { JsonValue, ReactParamsType } from "vtxf-xe2/dist-node/xe2-base-utils"; import { DVT } from "vtxf-xe2/dist-node/xe2-base-objects"; export declare class Json2Property extends ReactVarProperty { private _sampleValue?; constructor(name: string, description: string, withUndefined: boolean, readonly: boolean, reactVar: ReactParamsType, defaultValue?: DVT | undefined, _sampleValue?: string | undefined); get sampleValue(): string | undefined; get type(): string; } export declare class LongString2Property extends ReactVarProperty { private _sampleValue?; constructor(name: string, description: string, withUndefined: boolean, readonly: boolean, reactVar: ReactParamsType, defaultValue?: DVT | undefined, _sampleValue?: string | undefined); get sampleValue(): string | undefined; get type(): string; } export declare class MaximumScreenSpaceErrorProperty extends ReactVarProperty { get type(): string; } export declare class EvalString2Property extends ReactVarProperty { private _sampleValue?; constructor(name: string, description: string, withUndefined: boolean, readonly: boolean, reactVar: ReactParamsType, defaultValue?: DVT | undefined, _sampleValue?: string | undefined); get sampleValue(): string | undefined; get type(): string; }