import { Shape } from "./Shape";
import { Geometry } from "./Geometry";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class Path extends Shape {
    static $t: Type;
    an: Geometry;
}
