import { SVGPresentationNode } from "./SVGPresentationNode"; import { SVGNodeType } from "./SVGNodeType"; import { Geometry } from "./Geometry"; import { SVGNode } from "./SVGNode"; import { Type } from "./type"; /** * @hidden */ export declare class SVGPath extends SVGPresentationNode { static $t: Type; protected get_c(): SVGNodeType; w: Geometry; constructor(a: SVGNode); }