import { RefObject } from 'react'; export declare const defaultEventTypes: string[]; export declare const useClickAway: (ref: RefObject, onClickAway: (_event: E) => void, eventTypes?: string[]) => void; //# sourceMappingURL=useClickAway.d.ts.map