import { IAlertDialogOptions } from '../core/AlertDialog/types'; import { Id } from '../types'; /** * open new alert dialog overlay * @returns alertDialogId. If the container is not mounted or alertDialog is duplicate returns `null` * @example * const alertDialogId = await pushAlertDialog({title: "dialog title", content: "dialog content"}); */ export default function (options?: IAlertDialogOptions): Promise; //# sourceMappingURL=pushAlertDialog.d.ts.map