import { type ReactElement } from "react";
import { type CalloutType } from "./Callout.constants";
import type { CalloutContent } from "./calloutContent";
export declare const renderCalloutContent: (content: CalloutContent, type: CalloutType) => ReactElement;
