import * as React from 'react';
export declare const useInsertionEffectAlwaysWithSyncFallback: <T>(create: () => T) => T | undefined;
export declare const useInsertionEffectWithLayoutFallback: typeof React.useLayoutEffect;