import type * as React from 'react'; declare function isReactFragment(value: any): value is Iterable; export default isReactFragment;