export declare const name = "removeDimensions";
export declare const description = "removes width and height in presence of viewBox (opposite to removeViewBox)";
/**
* Remove width/height attributes and add the viewBox attribute if it's missing
*
* @example
*
* ↓
*
*
* @author Benny Schudel
*
* @type {import('../lib/types.js').Plugin}
* @since 0.5.3
*/
export declare const fn: import('../lib/types.js').Plugin;