export declare const name = "reusePaths"; export declare const description: string; /** * Finds elements with the same d, fill, and stroke, and converts them to * elements referencing a single def. * * @author Jacob Howcroft * * @type {import('../lib/types.js').Plugin} * @since 1.2.0 */ export declare const fn: import('../lib/types.js').Plugin;