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