import { ContainerInstance } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = { placement: "top" | "bottom" | "center"; offset?: number; }; declare const __VLS_export: DefineComponent<__VLS_Props, ContainerInstance, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { lastMessageRemoved: () => any; }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{ onLastMessageRemoved?: (() => any) | undefined; }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;