declare namespace _exports {
    export { RsvpButtonOptions };
}
declare const _exports: import('markdown-it').PluginWithOptions<RsvpButtonOptions>;
export = _exports;
type RsvpButtonOptions = {
    /**
     * Class to use for the button.
     */
    className?: string;
};
