import { useLayoutEffect } from 'react';

declare const useSafeLayoutEffect: typeof useLayoutEffect;

export { useSafeLayoutEffect };
