import type { Config } from "svgo";

export default interface SVG extends Config {
	[key: string]: any;
}
