import type { OldAlertModalProps } from './converter.old'; export type AlertModalProps = OldAlertModalProps; export declare const AlertModal: (props: AlertModalProps) => import("@emotion/react/jsx-runtime").JSX.Element; export declare const Alert: (props: AlertModalProps) => Promise;