import { type ReactElement, type ReactNode } from 'react'; export declare const getValidChildren: (children: ReactNode) => ReactElement[];