import { ReactNode } from 'react'; export declare const onlyValid: (children: ReactNode | ReactNode[]) => ReactNode[];