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