import type { Component } from 'vue'; import type { UseTipsReturn } from './interface'; /** * 提示类型组件方法 * * 用于 Message 和 Notification * * @author Tyh2001 * @param { Object } [component] 组件实例 * @returns { Object } */ export declare const useTips: (component?: Component) => UseTipsReturn;