import type { ReactNode } from 'react'; export declare const getTextComponent: (content: ReactNode, textElement: ReactNode) => ReactNode;