import { type VNode } from 'vue'; import type { AttachmentsProps } from './interface'; type __VLS_Slots = { placeholder?(props?: { type: 'inline' | 'drop'; }): VNode | string; }; declare const __VLS_component: import("vue").DefineComponent void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };