/**
 * @description:  滚动到指定元素
 */
export declare const smoothScroll: (element: string) => void;
