interface Options { shouldPreventDefault?: boolean; delay?: number; } export declare const useLongPress: (callback: (() => void) | undefined, options?: Options) => any; export {};