declare type CycleState = [T, (index?: number) => void]; export declare const useCycle:

(...args: P[]) => CycleState

; export {}; //# sourceMappingURL=index.d.ts.map