declare const useInterval: (callback: any, delay: number) => { start: () => void; stop: () => void; toggle: () => void; active: boolean; }; export default useInterval; //# sourceMappingURL=useInterval.d.ts.map