import type { MessageProps } from '../message/type'; import type { MessageBoxExpose, MessageBoxProps } from './type'; type __VLS_Props = MessageBoxProps & { 'onUpdate:messages': (value: MessageProps[]) => any; onClose: (id: string | number | symbol) => any; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, MessageBoxExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { root: string | HTMLElement; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;