import { SVGInstance } from "../../../browser/instance/SVGInstance.js"; import { SVGStopInstance } from "../../instances/SVGStopInstance.js"; export declare class GradientStopInstances extends SVGInstance { addStop(position: number | string, color: string): SVGStopInstance; }