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