import { IDialogWrapper } from './DialogWrapper'; /** * A custom dialog wrapper that uses HTML elements to create alert, prompt, and confirm dialogs inspired by radix/shadcn style. Provides API similar to the browser's built-in dialog methods, with better UI and more options. * @category Browser */ export declare const htmlDialogWrapper: IDialogWrapper; //# sourceMappingURL=HTMLDialogWrapper.d.ts.map