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