import { ReactNode, FC } from 'react'; export declare const getChildrenByType: (children: Array | ReactNode, ...types: Array>) => (string | number | bigint | import("react").ReactElement> | Iterable | import("react").ReactPortal | Promise> | Iterable>)[][];