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