import { ReactVarProperty } from "./ReactVarProperty"; import { ReactParamsType } from "xbsj-xe2/dist-node/xe2-base-utils"; import { DVT } from "./WithUndefinedProperty"; export declare class EvalStringProperty 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; }