import { n as Scope } from "../create-context-CKMcRGBM.js"; import { t as DialogClose } from "../close-C4DGDG3h.js"; import { t as DialogContent } from "../content-DvUSKw1K.js"; import { t as DialogDescription } from "../description-BhzCO-jF.js"; import { t as Dialog } from "../dialog-C0ToE4Bv.js"; import { t as DialogOverlay } from "../overlay-Cns8a0lW.js"; import { t as DialogPortal } from "../portal-CZ6GitTM.js"; import { t as DialogTitle } from "../title-BfLnYhBk.js"; import { t as DialogTrigger } from "../trigger-DtzmUy5b.js"; import * as React$1 from "react"; //#region src/alert-dialog/alert-dialog.types.d.ts declare namespace IAlertDialog { export type IScoped = TProps & { __scopeAlertDialog?: Scope; }; type DialogProps = React$1.ComponentPropsWithoutRef; export interface IProps extends Omit {} type DialogCloseProps = React$1.ComponentPropsWithoutRef; export interface IActionProps extends DialogCloseProps {} export interface ICancelProps extends DialogCloseProps {} type DialogContentProps = React$1.ComponentPropsWithoutRef; export interface IContentProps extends Omit {} type DialogDescriptionProps = React$1.ComponentPropsWithoutRef; export interface IDescriptionProps extends DialogDescriptionProps {} type DialogOverlayProps = React$1.ComponentPropsWithoutRef; export interface IOverlayProps extends DialogOverlayProps {} type DialogPortalProps = React$1.ComponentPropsWithoutRef; export interface IPortalProps extends DialogPortalProps {} type DialogTitleProps = React$1.ComponentPropsWithoutRef; export interface ITitleProps extends DialogTitleProps {} type DialogTriggerProps = React$1.ComponentPropsWithoutRef; export interface ITriggerProps extends DialogTriggerProps {} export interface IContentContextValue { cancelRef: React$1.RefObject | null>; } export {}; } //#endregion export { IAlertDialog };