/// import { AlertDialogProps } from "../../types/alertdialog"; declare const CustomAlertDialog: ({ trigger, contentClassName, content, optionsClassName, options, }: AlertDialogProps) => JSX.Element; export default CustomAlertDialog;