export default function useTip(props: any, options: any): { /** 显示tip提示 */ showTipHandle: () => void; isShowTipRef: import("vue").Ref; };