import type { Nullable } from "instill-sdk"; export declare const MDTextViewer: ({ text, forceFormatted, }: { text: Nullable; forceFormatted?: boolean; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MDTextViewer.d.ts.map