import { HeaderMode } from '../header-mode';
export interface ModeChangeDescription {
    currentMode: HeaderMode;
    previousMode: HeaderMode;
}
