export declare function usePreventDefault(): { preventDefault: (e: any) => void; preventDefaultForScrollKeys: (e: any) => false | undefined; };