export default function AlertDialog({ title, size, show, closeModal, customClassName, children }: { title: any; size?: string | undefined; show: any; closeModal: any; customClassName: any; children: any; }): import("react/jsx-runtime").JSX.Element;