import React from 'react'; import { IAlertDialog } from './types'; export declare const AlertDialog: React.FC;