/// export type { ModalAlertProps } from './Alert'; export type { ModalConfirmProps } from './Confirm'; export type { ModalShowProps } from './methods'; export type { ModalCssVars, ModalProps } from './Modal'; declare const _default: import("react").ForwardRefExoticComponent> & { show: (props: import("./methods").ModalShowProps) => import("./methods").ModalShowHandler; clear: () => void; alert: (props: import("./Alert").ModalAlertProps) => Promise; confirm: (props: import("./Confirm").ModalConfirmProps) => Promise; }; export default _default;