import type * as React from 'react'; export declare const childToString: (child?: React.ReactNode) => string; export declare const getTextFromChildren: (children: React.ReactNode | React.ReactNode[]) => string; //# sourceMappingURL=children.d.ts.map