export interface ICyclingLinkInternalState {
  readonly startIndex: number;
}
