import { ReactNode } from 'react';
/**
 * Flatten the children and return the processed data
 */
export declare const flatten: (children: ReactNode) => Array<ReactNode>;
