import * as React from 'react';
declare const useEnhancedEffect: typeof React.useLayoutEffect;
export default useEnhancedEffect;
