/// import * as NAST from "nast-types"; import { BlockRendererProps } from "../interfaces"; export interface CalloutProps extends BlockRendererProps { current: NAST.Callout; } export declare function Callout(props: CalloutProps): JSX.Element; //# sourceMappingURL=Callout.d.ts.map