import type { Ref } from 'vue'; export function useParsedAttrs(): { attrs: { [x: string]: unknown; }; attrListeners: Ref<{}, {}>; attrClass: Ref; otherAttrs: Ref<{}, {}>; };