import { IShape } from "../../common-types"; import { InteractiveItemComponent } from "./interactive-item.component"; import * as i0 from "@angular/core"; export declare class InteractiveCircleComponent extends InteractiveItemComponent { readonly radius: import("@angular/core").InputSignal; constructor(); protected calcShape(x: number, y: number): IShape; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }