import type { App } from 'vue';
import Mention from './src/mention';
export * from './src/mention-types';
export { Mention };
declare const _default: {
    title: string;
    category: string;
    status: string;
    install(app: App): void;
};
export default _default;
