import type { HTMLAttributes } from 'vue'; export default function useMergeProps(props: T): T & HTMLAttributes;