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