import type { ReactNode } from 'react'; export declare const childToString: (child?: ReactNode) => string; declare const onlyText: (children: ReactNode | ReactNode[]) => string; export default onlyText;