import { Meta } from '@storybook/react';
import { default as Dialog } from './Dialog';

declare const meta: Meta<typeof Dialog>;
export default meta;
export declare const Default: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
export declare const WithHeader: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
export declare const WithoutHeader: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
export declare const WithFooter: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
export declare const WithoutFooter: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
export declare const WithTextField: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
