import type { UseAlertListReturn } from './interface'; export * from './interface.d'; /** * 处理 alert 组件滚动列表方法 * * @author Tyh2001 * @param { Object } node 滚动节点 * @returns { Object } */ export declare const useAlertList: (node: HTMLElement) => UseAlertListReturn;