import { useLayoutEffect } from 'react';
declare const useUpdateLayoutEffect: typeof useLayoutEffect;
export default useUpdateLayoutEffect;
