import { ComputedRef } from 'vue'; export default function useHtmlUserPropertyFields(): { htmlUserPropertyFields: ComputedRef; };