import { useEffect } from 'react';

declare const useIsoLayoutEffect: typeof useEffect;

export { useIsoLayoutEffect };
