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