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