import { ReactParamsType } from "xbsj-xe2/dist-node/xe2-base-utils"; import { ReactVarProperty } from "./ReactVarProperty"; import { DVT } from "./WithUndefinedProperty"; export declare class EnumStringsProperty extends ReactVarProperty { private _enums; constructor(name: string, description: string, withUndefined: boolean, readonly: boolean, reactVar: ReactParamsType, _enums: [name: string, value: string][], defaultValue?: DVT); get type(): string; get enums(): [name: string, value: string][]; }