import type { Instance } from '../types'; export declare const useEvents: >(ins: Ins, props: Props, options: { eventMap: Record; eventList: string[]; }) => void;