import type { Config } from "svgo";
/**
 * @module SVG
 *
 */
export type Type = Config;
export type { Type as default };
