import type { ReactNode } from 'react'; export declare function serializeContent(content: string | ReactNode): string;