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