import React from 'react';
/**
 * Returns children and grandchildren of type React.ReactNode.
 * Flattens children one level to support React.Fragments and Array type children.
 */
export default function getChildrenAndGrandchildrenWithProps<P extends object>(children: React.ReactNode): React.ReactElement<P>[];
//# sourceMappingURL=getChildrenAndGrandchildrenWithProps.d.ts.map