type Iclick = Function; export declare const useClick: (callback: Iclick, doubleCallback: Function) => (...args: unknown[]) => void; export {};