import '../../global/animate.min.css';
/** Modals are overlay elements that require user interaction before they can return to the main interface. They are typically used for dialogs, forms, or additional information. */
declare const _default: {
    title: string;
    tags: string[];
    parameters: {
        actions: {
            handles: string[];
        };
    };
    argTypes: {
        isOpenChange: {
            control: string;
            action: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: () => void;
                };
                category: string;
            };
        };
        confirm: {
            control: string;
            action: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: () => void;
                };
                category: string;
            };
        };
        cancel: {
            control: string;
            action: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: () => void;
                };
                category: string;
            };
        };
        opened: {
            control: string;
            action: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: () => void;
                };
                category: string;
            };
        };
        closed: {
            control: string;
            action: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: () => void;
                };
                category: string;
            };
        };
        header: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
        subHeader: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
        size: {
            control: string;
            options: string[];
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
        isOpen: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: boolean;
                };
                category: string;
            };
        };
        cancelButtonText: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
        confirmButtonText: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
        showCancelButton: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: boolean;
                };
                category: string;
            };
        };
        showConfirmButton: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: boolean;
                };
                category: string;
            };
        };
        backdropClose: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: boolean;
                };
                category: string;
            };
        };
        disableClose: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: boolean;
                };
                category: string;
            };
        };
        fullscreen: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: boolean;
                };
                category: string;
            };
        };
        closeOnEsc: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: boolean;
                };
                category: string;
            };
        };
        showHeader: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: boolean;
                };
                category: string;
            };
        };
        showSubHeader: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: boolean;
                };
                category: string;
            };
        };
        showFooter: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: boolean;
                };
                category: string;
            };
        };
        animation: {
            control: string;
            options: string[];
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
        animationDelay: {
            control: string;
            options: string[];
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
        animationSpeed: {
            control: string;
            options: string[];
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
        content: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
    };
};
export default _default;
export declare const Modal: any;
