import { Meta, StoryFn } from '@storybook/react-vite';
import { default as Dialog } from './Dialog';
declare const meta: Meta<typeof Dialog>;
export default meta;
export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
export declare const WithHeader: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
export declare const WithoutHeader: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
export declare const WithoutFooter: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
export declare const Sizes: StoryFn<typeof Dialog>;
export declare const FormDialog: StoryFn<typeof Dialog>;
export declare const ScrollableContent: StoryFn<typeof Dialog>;
export declare const WithBodyScrollLock: StoryFn<typeof Dialog>;
export declare const WithoutBodyScrollLock: StoryFn<typeof Dialog>;
export declare const DisableEscapeKey: StoryFn<typeof Dialog>;
export declare const LoadingState: StoryFn<typeof Dialog>;
export declare const ButtonVariants: StoryFn<typeof Dialog>;
export declare const Colors: StoryFn<typeof Dialog>;
