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