export declare const name = "removeOffCanvasPaths"; export declare const description = "removes elements that are drawn outside of the viewBox"; /** * Remove elements that are drawn outside of the viewBox. * * @author JoshyPHP * * @type {import('../lib/types.js').Plugin} * @since 1.2.0 */ export declare const fn: import('../lib/types.js').Plugin;