import { UsePrevious } from './types.js'; declare const usePrevious: UsePrevious; export { usePrevious as default };