import { OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef } from '@angular/core'; import { Socket } from 'socket.io-client'; import * as i0 from "@angular/core"; export declare class ModernConfirmHereModalComponent implements OnInit, OnChanges, OnDestroy { isConfirmHereModalVisible: boolean; position: string; backgroundColor: string; displayColor: string; isDarkMode: boolean; onConfirmHereClose: () => void; onSuppressConfirmHere?: () => void; socket: Socket; localSocket?: Socket; roomName: string; member: string; countdownDuration: number; overlayStyle?: Partial; contentStyle?: Partial; customTemplate?: TemplateRef; readonly faSpinner: import("@fortawesome/fontawesome-common-types").IconDefinition; counter: number; doNotShowAgain: boolean; private countdownInterval?; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; get resolvedIsDarkMode(): boolean; get resolvedAccentColor(): string; handleConfirmHere(): void; updateSuppressConfirmHere(event: Event): void; resolvedOverlayStyle(): Record; resolvedContentStyle(): Record; private startCountdown; private clearCountdown; private resolvePositionStyle; private normalizeStyle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }