import { ReactNode } from 'react'; export declare const extractTextFromReactNode: (value: ReactNode) => string;