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