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