export interface TickerState { message: string; color: string; show: boolean; }