import * as __VLS_VINE from 'vue-vine/internals'; type __VLS_VINE_PlainTextPlugin_props__ = {}; export declare function PlainTextPlugin(props: __VLS_VINE.VineComponentCommonProps & __VLS_VINE_PlainTextPlugin_props__, context: { slots: { default: unknown; placeholder: unknown; contentEditable: unknown; }; }): __VLS_VINE.VueVineComponent; export {};