import { OnInit } from '@angular/core';
export declare class MadeWithLoveComponent implements OnInit {
    name: string;
    url: string;
    color: string;
    size: number;
    ngOnInit(): void;
}
