import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component'; import * as _stitches_react_types_css_util from '@stitches/react/types/css-util'; import * as react from 'react'; import * as react_jsx_runtime from 'react/jsx-runtime'; import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog'; declare function Root({ children, ...props }: { [x: string]: any; children: any; }): react_jsx_runtime.JSX.Element; declare const AlertDialogDemo: ({ dialogText }: { dialogText: any; }) => react_jsx_runtime.JSX.Element; declare const AlertDialog: typeof Root; declare const AlertDialogTrigger: react.ForwardRefExoticComponent>; declare const AlertDialogContent: _stitches_react_types_styled_component.StyledComponent>, {}, {}, _stitches_react_types_css_util.CSS<{}, {}, {}, {}>>; declare const AlertDialogTitle: _stitches_react_types_styled_component.StyledComponent>, {}, {}, _stitches_react_types_css_util.CSS<{}, {}, {}, {}>>; declare const AlertDialogDescription: _stitches_react_types_styled_component.StyledComponent>, {}, {}, _stitches_react_types_css_util.CSS<{}, {}, {}, {}>>; declare const AlertDialogAction: react.ForwardRefExoticComponent>; declare const AlertDialogCancel: react.ForwardRefExoticComponent>; export { AlertDialog as A, AlertDialogTrigger as a, AlertDialogContent as b, AlertDialogTitle as c, AlertDialogDescription as d, AlertDialogAction as e, AlertDialogCancel as f, AlertDialogDemo as g };