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