import React from 'react';
export declare const flattenChildren: (children: React.ReactNode | React.ReactNode[], flattened?: React.ReactNode[]) => React.ReactNode[];
