import {
  IHistoryAware,
} from '../../interfaces/IHistoryAware';

export interface ICyclingLinkInternalStateProps extends IHistoryAware
{
}
