import { OnChanges, SimpleChanges } from '@angular/core';
export declare class SvgLinearGradientComponent implements OnChanges {
    orientation: string;
    name: any;
    stops: any[];
    x1: any;
    x2: any;
    y1: any;
    y2: any;
    ngOnChanges(changes: SimpleChanges): void;
}
