/**
 * confirm
 * @returns
 */
export declare function confirm(elem: JSX.Element, msg?: string): Promise<boolean>;
