<?php

declare(strict_types=1);

/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Improved Layered Navigation Base for Magento 2
 */

namespace Amasty\Shopby\Block\Adminhtml\System\Config\Field\Renderer;

use Magento\Framework\View\Element\Template;

class SliderStyle extends Template
{
    /**
     * @var string
     */
    protected $_template = 'Amasty_Shopby::system/config/field/style.phtml';
}
