import React from 'react';
/**
 * @description useUpdateEffect can be used to perform a side effect when the component updates, except when it's first mounted
 */
export declare const useUpdateEffect: typeof React.useEffect;
