/**
 * Render button HTML.
 *
 * @param   array  $options  The button options.
 *
 * @return  string  The button HTML.
 *
 * @since  4.0.0
 */
protected function renderButton(array &$options) : string
{
    return (string) ($options['html'] ?? '');
}