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