/** merge multiple children to a string node */
export default function mergedToString(children: any): string;
