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