import React from 'react';
export declare function getValidChildren(children: React.ReactNode): React.ReactElement[];
