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