///
import type { StoryObj } from '@storybook/react';
declare const meta: {
title: string;
component: import("react").FC;
subcomponents: {
DialogContent: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>;
DialogDescription: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>;
DialogFooter: {
({ className, ...props }: import("react").HTMLAttributes): JSX.Element;
displayName: string;
};
DialogHeader: {
({ className, ...props }: import("react").HTMLAttributes): JSX.Element;
displayName: string;
};
DialogTitle: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>;
DialogTrigger: import("react").ForwardRefExoticComponent>;
};
parameters: {
description: string;
shadcn: string;
radix: string;
};
};
export default meta;
type Story = StoryObj;
export declare const Demo: Story;