import type { Ref } from 'vue'; import { type IIDProps } from '../attributes/useID.js'; export declare function useEventTarget(props: IIDProps, elementRef: Ref): { emit: (event: string, payload?: unknown) => void; };