I am trying set theme where i can find default themes providing koolreport example of set theme

public function themeInfo()
    {
        return array(
            "name"=>"", //Name of theme
            "version"=>"",
            "base"=>"", // For example: bs4
            "cssClass"=>"",//cssClass that will be attached to widget
        );   
    }