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