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