export declare function extractChild
(children: React.ReactNode, types: readonly React.ElementType
[]): React.ReactElement
| undefined;