import type { UseMassageManageReturnInterface } from '../use-message-mange/interface';
import type { MessageFnWithType, MessageFn } from '../../_interface';
export declare const massageManage: UseMassageManageReturnInterface;
export declare const useMessage: (target: 'message' | 'notification') => {
    instance: MessageFn & Partial<MessageFnWithType>;
};
