import type { UseEventBusReturn } from '@vueuse/core'; export declare function useEventHandler(selector: string, prefix?: string): UseEventBusReturn;