import { OnChanges, SimpleChanges } from '@angular/core'; import { Gradient } from './types/gradient.interface'; import * as i0 from "@angular/core"; export declare class SvgRadialGradientComponent implements OnChanges { color: string; name: string; startOpacity: number; endOpacity: number; cx: number; cy: number; get stops(): Gradient[]; set stops(value: Gradient[]); r: string; private stopsInput; private stopsDefault; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }