import * as React from "react"; declare const getSingleChild:
(children: React.ReactNode, componentName?: string | undefined) => React.ReactElement
> | null; export default getSingleChild;