import { Node } from 'cc'; interface btn_guanbi extends Node{ } declare global { type tree_a_public_btn_guanbi = { "btn_guanbi" : btn_guanbi, }}