import * as React from 'react';
export declare const flattenFragments: (children?: React.ReactNode, ChildWrapper?: React.ComponentType<React.PropsWithChildren<{}>>, depth?: number) => React.ReactNode[];
