/// import './modal.less'; import { show } from './show.js'; import { alert } from './alert.js'; import { confirm } from './confirm.js'; import { clear } from './clear.js'; export type { ModalProps } from './modal.js'; export type { Action } from './modal-action-button.js'; export type { ModalShowProps, ModalShowHandler } from './show.js'; export type { ModalAlertProps } from './alert.js'; export type { ModalConfirmProps } from './confirm.js'; declare const _default: import("react").FC & { show: typeof show; alert: typeof alert; confirm: typeof confirm; clear: typeof clear; }; export default _default;