import { ReactParamsType } from "xbsj-xe2/dist-node/xe2-base-utils"; import { WithUndefinedProperty } from "./WithUndefinedProperty"; export declare abstract class ReactVarProperty extends WithUndefinedProperty { private _reactVar; constructor(name: string, description: string, withUndefined: boolean, readonly: boolean, _reactVar: ReactParamsType, defaultValue?: T | (() => T)); get reactVar(): ReactParamsType; }