/** * Base SVGO Options * inspired by Material UI Icons * See https://github.com/mui-org/material-ui/blob/bb3a8aafd9a9c590f26db9b6002c9154b1f4e30b/packages/material-ui-icons/builder.js#L17-L61 */ import SVGO from 'svgo'; export declare const base: SVGO.Options;