import { Shape } from "./Shape"; import { Type } from "./type"; /** * @hidden */ export declare class Ellipse extends Shape { static $t: Type; constructor(); }