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