import MarkdownIt from 'markdown-it';
export interface CalloutPluginOptions {
    enable?: boolean;
}
export declare function calloutPlugin(md: MarkdownIt, options?: CalloutPluginOptions): void;
export default calloutPlugin;
