import * as i0 from "@angular/core"; export interface ShapeProps { name: string | undefined; size?: number; color?: string; } export declare class ShapeComponent implements ShapeProps { private _name; set name(value: string | undefined); private _size; set size(value: number); color?: string; private renderer; private _elementRef; private _allShapes; private _renderSvg; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }