export interface IClickerState {
  readonly clicked: boolean;
}
