import { type SvgStringOpts } from '../../svgString'; export declare const KeepSVG: (opts?: SvgStringOpts) => string; export default KeepSVG;