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