import { SVGInstance } from "../../../node/instance/SVGInstance.js";
export declare class Color extends SVGInstance {
    color(): string | null;
    color(color: string): this;
}
