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