/// export declare function useEvent(dom: HTMLElement, event: any, handler: any, passive?: boolean): void; export declare function useBindEvent, TEvent>(ref: TRef, event: string, handler: (e: TEvent) => void, passive?: boolean): void;