import { default as React } from '../../../../node_modules/react'; export default function showConfirmationDialog(opts: any): Promise; export class AlertWrapper extends React.Component { constructor(props: any); constructor(props: any, context: any); state: { isOpen: boolean; }; render(): import("react/jsx-runtime").JSX.Element; }