/** * Show confirmation action * Calls the showConfirmation action on the parent window */ import type { ShowConfirmation } from "./types"; export declare const showConfirmation: ShowConfirmation;