import { default as OriginalThemeProvider } from '../../OriginalThemeProvider.vue';
import { default as ActionButton } from '../src/index.vue';
declare const attrs: import('vue').Ref<{
    href?: string | undefined;
    target?: ("_self" | "_blank") | undefined;
    rel?: string | undefined;
}>;
declare function onAction(): void;
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
declare var __VLS_8: {
    props: {
        href?: string | undefined;
        target?: ("_self" | "_blank") | undefined;
        rel?: string | undefined;
        editor: import('@tiptap/vue-3').Editor;
        value: string | undefined;
    };
};
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
    dialog?: (props: typeof __VLS_8) => any;
}>;
declare const __VLS_self: import('vue').DefineComponent<{
    readonly editor: {
        readonly type: import('vue').PropType<import('@tiptap/vue-3').Editor>;
        readonly required: true;
    };
    readonly t: {
        readonly type: import('vue').PropType<(path: string) => string>;
        readonly required: true;
    };
}, {
    OriginalThemeProvider: typeof OriginalThemeProvider;
    ActionButton: typeof ActionButton;
    attrs: typeof attrs;
    onAction: typeof onAction;
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    readonly editor: {
        readonly type: import('vue').PropType<import('@tiptap/vue-3').Editor>;
        readonly required: true;
    };
    readonly t: {
        readonly type: import('vue').PropType<(path: string) => string>;
        readonly required: true;
    };
}>>, {}, {}>;
declare const __VLS_component: import('vue').DefineComponent<{
    readonly editor: {
        readonly type: import('vue').PropType<import('@tiptap/vue-3').Editor>;
        readonly required: true;
    };
    readonly t: {
        readonly type: import('vue').PropType<(path: string) => string>;
        readonly required: true;
    };
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    readonly editor: {
        readonly type: import('vue').PropType<import('@tiptap/vue-3').Editor>;
        readonly required: true;
    };
    readonly t: {
        readonly type: import('vue').PropType<(path: string) => string>;
        readonly required: true;
    };
}>>, {}, {}>;
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
