export declare function useEvent(callback: (...args: any) => any): (...args: any) => any;
