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