import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from "@angular/core"; import * as i0 from "@angular/core"; export declare const fadeAnimation: import("@angular/animations").AnimationTriggerMetadata; export declare class BaseModalComponent implements OnInit, OnChanges, OnDestroy { private render; private el; id: string; show: boolean; showChange: EventEmitter; animate: boolean; onlyContent: boolean; hideOnClickOutside: boolean; detectChanges: any; constructor(render: Renderer2, el: ElementRef); ngOnDestroy(): void; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; clickedInsideEvent($event: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }