import * as React from "react"; declare function useEffectVoid(fn: Function, args: any[]): void; declare type VoidFunctionFunction = () => () => void; export declare const useForceUpdate: VoidFunctionFunction; declare function useInterval(callback: () => void, delay: number): void; export declare const HHooks: { useInterval: typeof useInterval; useRef: (initialValue?: T | undefined) => React.MutableRefObject; useForceUpdate: VoidFunctionFunction; useEffectVoid: typeof useEffectVoid; }; export {}; //# sourceMappingURL=HHooks.d.ts.map