import { OnInit } from '@angular/core'; export declare class TickComponent implements OnInit { type: TickIconType; constructor(); ngOnInit(): void; } export declare type TickIconType = 'normal' | 'success';