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

declare const meta: Meta<typeof DialogAction>;
export default meta;
export declare const Confirmation: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>;
export declare const FlashMessage: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>;
export declare const FlashMessageDanger: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>;
export declare const FlashMessageWarning: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>;
export declare const FlashMessageSuccess: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>;
export declare const ConfirmationSuccess: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>;
export declare const ConfirmationDanger: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>;
export declare const ConfirmationWarning: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>;
export declare const ConfirmationPrimary: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>;
export declare const ConfirmationNoOverlay: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>;
