import type { IShape } from '../../../abstraction'; export declare const RectangleShape: IShape & Function;