import { MouseEventHandler } from 'react';
declare const handleClick: MouseEventHandler<HTMLDivElement>;
export { handleClick };
