import type { AlertModalProps, ConfirmModalProps } from './createModalElement'; import type { ArgTypes } from 'storybook/internal/types'; export declare const ModalStoryArgTypes: { title: { table: { type: { summary: string; }; }; }; confirmText: { table: { type: { summary: string; }; }; }; cancelText: { table: { type: { summary: string; }; }; }; backButton: { description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; control: { readonly type: "boolean"; }; }; confirmButtonProps: { description: string; table: { type: { summary: string; detail: string; }; }; }; cancelButtonProps: { description: string; table: { type: { summary: string; detail: string; }; }; }; closeButton: { table: { type: { summary: string; }; defaultValue: { summary: string; }; }; control: { readonly type: "boolean"; }; }; dense: { description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; control: { readonly type: "boolean"; }; }; contentProps: { description: string; control: { readonly type: "object"; }; }; header: { description: string; control: { readonly type: "object"; }; table: { type: { summary: string; }; }; }; footer: { description: string; control: { readonly type: "object"; }; table: { type: { summary: string; }; }; }; fullScreen: { description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; control: { readonly type: "boolean"; }; }; onConfirm: { table: { type: { summary: string; }; }; }; onCancel: { description: string; table: { type: { summary: string; detail: string; }; }; }; onClickBackButton: { description: string; table: { type: { summary: string; }; }; }; className: { table: { type: { summary: string; }; }; control: { readonly type: "text"; }; }; fill: { description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; control: { readonly type: "boolean"; }; }; zIndex: { table: { type: { summary: string; }; defaultValue: { summary: string; }; }; control: { readonly type: "number"; }; }; opened: { table: { type: { summary: string; }; }; control: { readonly type: "boolean"; }; }; canClickOutside: { description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; control: { readonly type: "boolean"; }; }; canCloseEscapeKey: { description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; control: { readonly type: "boolean"; }; }; width: { description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; control: { readonly type: "number"; }; }; onExited: { description: string; table: { type: { summary: string; }; }; }; autoFocusButton: { description: string; table: { type: { summary: string; detail: string; }; defaultValue: { summary: string; }; }; }; returnFocus: { description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; control: { readonly type: "boolean"; }; }; }; export declare const ConfirmModalStoryArgTypes: ArgTypes; export declare const AlertModalStoryArgTypes: ArgTypes;