import React from "react"; export type QBankRichTextProps = { html?: string | null; }; export declare const QBankRichText: React.FC;