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