/*** * @file: * @author: haoxianhuan * @Date: 2021-09-06 14:15:44 */ import { AfterViewInit, EventEmitter, OnInit } from '@angular/core'; export declare class FormCarouselComponent implements OnInit, AfterViewInit { previewImage: string; previewIndex: number; previewVisible: any; close: EventEmitter; isShow: boolean; constructor(); ngOnInit(): void; ngAfterViewInit(): void; cancel(): void; }