import { FC } from "react"; export interface IPlainTextProps { children?: string | null; } export declare const PlainText: FC;