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