import { n as ModalProps } from "./index-DNJmDi8D.js"; //#region src/alert/index.d.ts interface Props extends ModalProps { title?: string; text?: string; button?: string; backdropClose?: boolean; onClose: () => void; } declare function AlertDialog({ title, text, button, onClose, onClickBackdrop, backdropClose, ...props }: Props): import("@reactunity/renderer/ugui").JSX.Element; //#endregion export { AlertDialog as t }; //# sourceMappingURL=index-BSJKt1UE.d.ts.map