import type { FC } from 'react'; export declare const serializeComponentToText: (Component: FC, props: any) => string;