declare namespace _exports {
export { FenceLabelOptions };
}
declareconst_exports: import('markdown-it').PluginWithOptions<FenceLabelOptions>;
export = _exports;
typeFenceLabelOptions = {
/**
* Class name to use on the label div.
*/className?: string;
};