/**
 * Hook to store previous props
 * https://reactjs.org/docs/hooks-faq.html#how-to-get-the-previous-props-or-state
 */
export default function usePrevious<T>(value: T): T | undefined;
//# sourceMappingURL=usePrevious.d.ts.map