declare module 'smoothscroll-polyfill' {
  /**
   * 启动平滑滚动 polyfill
   */
  export function polyfill(): void
}
