/** * for preventing the automatic binding of $attrs. * we are manually binding $attrs or updatedAttrs. * if this is not set to false, along with manually binded updatedAttrs, it will also bind $attrs. */ declare const _default: __VLS_WithTemplateSlots>, { to: string; blank: boolean; }, {}>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };