import { OnInit } from '@angular/core'; export declare class SendSVGImage implements OnInit { /** * Set color of SVG image component * @memberof SendSVGImage */ color: any; constructor(); ngOnInit(): void; }