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