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
(children: React.ReactNode): React.ReactElement
[]; //# sourceMappingURL=getChildrenAndGrandchildrenWithProps.d.ts.map