import type { ModalJssStyle } from './modal.type'; import type { ModalOptions } from './modal-func.type'; export declare const closeAll: () => void; type MethodType = 'info' | 'warning' | 'error' | 'confirm' | 'show' | 'success'; declare const _default: { type: (type: MethodType, jssStyle: ModalJssStyle) => (options: Omit) => (() => void) | undefined; closeAll: () => void; }; export default _default; //# sourceMappingURL=modal-func.d.ts.map