declare const _default: __VLS_WithTemplateSlots; default: () => number[]; }; color: { type: StringConstructor; default: string; }; draggable: { type: BooleanConstructor; default: boolean; }; coordinates: { type: import("vue").PropType; required: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:coordinates": (coordinates: number[]) => void; }, string, import("vue").PublicProps, Readonly; default: () => number[]; }; color: { type: StringConstructor; default: string; }; draggable: { type: BooleanConstructor; default: boolean; }; coordinates: { type: import("vue").PropType; required: boolean; }; }>> & Readonly<{ "onUpdate:coordinates"?: ((coordinates: number[]) => any) | undefined; }>, { color: string; draggable: boolean; anchor: string; offset: number[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };