import * as i0 from "@angular/core"; export declare class CircleComponent { diameter: number; width?: number; height?: number; color: string; borderColor: string; borderWidth: number; get circleWidth(): number; get circleHeight(): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }