import type { AnyFunc } from '@vunk/shared'; import type { PropType } from 'vue'; import { Deferred } from '@vunk/shared/promise'; import { ParagraphStatus } from './const'; declare var __VLS_1: { deferred: Deferred; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: ParagraphStatus; }; processing: { type: PropType; default: AnyFunc; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:status": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly; default: ParagraphStatus; }; processing: { type: PropType; default: AnyFunc; }; }>> & Readonly<{ "onUpdate:status"?: ((...args: any[]) => any) | undefined; }>, { processing: AnyFunc; status: ParagraphStatus; enable: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };