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