/** * 更新导航栏标题 * * @param title */ declare function setNavbarTitle(title: string): void; export default setNavbarTitle;