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