import { Emits } from './types';
/**
 * 点击 hook
 */
export declare const useClick: (emit: Emits) => {
    onClick: (e: MouseEvent) => void;
};
