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