import { Emits } from './types';
/**
 * 操作
 */
export declare const useHandler: (emit: Emits) => {
    onClose: (e: MouseEvent) => void;
};
