import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ShModalComponent implements OnInit { shIcon?: string; shType: 'zoomInDown' | 'slideLeft' | 'slideRight' | 'rotateX' | 'rotateY'; shTitle?: string; shSize: 'sm' | 'md' | 'lg' | 'full'; shClass?: string; shHead: boolean; shHeadClass?: string; shFoot: boolean; shFootClass?: string; shCancelText: string; shOkText: string; shVisible: boolean; shCancel: EventEmitter; shOk: EventEmitter; constructor(); ngOnInit(): void; handleCancel(event: Event): void; handleOk(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }