import * as __VLS_VINE from 'vue-vine/internals'; /** * This plugin adds the ability to indent content using the tab key. Generally, we don't * recommend using this plugin as it could negatively affect accessibility for keyboard * users, causing focus to become trapped within the editor. */ export declare function TabIndentationPlugin(props: __VLS_VINE.VineComponentCommonProps & { maxIndent?: number; }, context: {}): __VLS_VINE.VueVineComponent;