export declare const name = "removeEmptyContainers";
export declare const description = "removes empty container elements";
/**
* Remove empty containers.
*
* @see https://www.w3.org/TR/SVG11/intro.html#TermContainerElement
*
* @example
*
*
* @example
*
*
* @author Kir Belevich
*
* @type {import('../lib/types.js').Plugin}
* @since 0.0.1
*/
export declare const fn: import('../lib/types.js').Plugin;