The human readable value of the option
/**
* @var string
*/
string $value = /* values here *//**
* @var float
*/
float $value = /* values here *//**
* @var bool
*/
bool $value = /* values here *//**
* @var Components\Four
*/
Components\Four $value = /* values here *//**
* @var array<mixed>
*/
array $value = /* values here */