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