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