import { NativeEventEmitter } from 'react-native'; export declare const NamiOverlayControl: { emitter: NativeEventEmitter; presentOverlay(): Promise; finishOverlay(result?: any): Promise; onOverlayReady(handler: () => void): () => void; onOverlayResult(handler: (result: any) => void): () => void; }; export default function NamiOverlayHost(): any;