import { ICalloutProps } from "../types";
/**
 * Callout
 */
export declare const Callout: (props: ICalloutProps) => string;
