/** * Ref of the SingleValue * * @public */ export interface SingleValueRef { /** Returns the current serialized config of the SingleValue.*/ getConfig: () => string; }