import { useEffect } from 'react';
/**
 * Needed to supress the SSR warning when running use layout effect on the server.
 */
export declare const useLayoutEffect: typeof useEffect;
