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