import * as React from "react"; import { Nullable } from "../../types/general"; export declare const ParagraphWithHTML: React.ForwardRefExoticComponent & { text: Nullable; } & React.RefAttributes>; //# sourceMappingURL=ParagraphWithHTML.d.ts.map