import { IAlertDialogComponentType } from './AlertDialog'; export type { IAlertDialogProps } from './AlertDialog'; declare const AlertDialog: IAlertDialogComponentType; export { AlertDialog };