import { Shape, ShapeProperties } from './Shape'; export declare class Ellipse extends Shape { constructor(properties: ShapeProperties); }