export declare const useManyClickHandlers: (...handlers: ((e: React.UIEvent<HTMLElement>) => void)[]) => (e: React.UIEvent<HTMLElement>) => void;
