import * as React from 'react';
/**
 * Small wrapper around `useLayoutEffect` to get rid of the warning on SSR envs
 */
export declare const useIsomorphicLayoutEffect: typeof React.useLayoutEffect;
//# sourceMappingURL=useIsomorphicLayout.d.ts.map