import type { App } from 'vue';
import EditorMd from './src/editor-md';
import MdRender from './src/components/md-render';
export * from './src/editor-md-types';
export * from './src/plugins/checkbox';
export { EditorMd, MdRender };
declare const _default: {
    title: string;
    category: string;
    status: string;
    install(app: App): void;
};
export default _default;
