import { createOnLongPress } from './core.mjs'; export { UseOnLongPressModifiers, UseOnLongPressOptions } from './core.mjs'; import '@usels/core'; import '../../types.mjs'; type UseOnLongPress = typeof createOnLongPress; declare const useOnLongPress: UseOnLongPress; export { type UseOnLongPress, createOnLongPress, useOnLongPress };