type __VLS_Props = { title?: string; description?: string; content?: string; placement?: string; closable?: boolean; onClose?: () => void; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { title: string; closable: boolean; content: string; placement: string; description: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;