import { Meta } from '@storybook/react'; declare const _default: Meta; export default _default; export declare const OnlyCloseButton: { args: { type: string; title: string; description: string; isEnableManualClose: boolean; onConfirm: undefined; onUndo: undefined; onClose: undefined; align: string; }; }; export declare const WithUndoAndConfirmButton: { args: { type: string; duration: number; title: string; description: string; isEnableManualClose: boolean; align: string; onConfirm: () => void; onUndo: () => void; onClose: () => void; }; }; export declare const CenterConfirm: { args: { type: string; duration: number; title: string; align: string; onConfirm: undefined; onUndo: undefined; onClose: undefined; isEnableManualClose: boolean; }; };