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