/// import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; parameters: { description: string; radix: string; shadcn: string; }; component: import("react").FC; subcomponents: { AlertDialogAction: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; AlertDialogCancel: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; AlertDialogContent: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; AlertDialogDescription: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; AlertDialogFooter: { ({ className, ...props }: import("react").HTMLAttributes): JSX.Element; displayName: string; }; AlertDialogHeader: { ({ className, ...props }: import("react").HTMLAttributes): JSX.Element; displayName: string; }; AlertDialogTitle: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; AlertDialogTrigger: import("react").ForwardRefExoticComponent>; }; }; export default meta; type Story = StoryObj; export declare const AlertDialogDemo: Story;