import { ConfirmOptions } from '../shared/native/types'; /** Native confirm. Resolves `null` when the native dialog is unavailable (web fallback). */ export declare function showNativeConfirm(options: ConfirmOptions): Promise; //# sourceMappingURL=dialog.d.ts.map