import React from 'react'; export declare const extractChildren: (children: React.ReactNode, predicate: (child: React.ReactNode) => boolean) => { match: React.ReactNode[]; rest: React.ReactNode[]; };