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