import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; export declare class OfferPreviewComponent implements OnInit { /** * @description * Form Reference */ addOfferForm: FormGroup; /** * @description * Count Down show or hide */ countdown: boolean; /** * @description * Offer type for Custom or image type */ offerType: number; constructor(); ngOnInit(): void; }