export interface Header {
	numberOfButtons: number;
	hideDashboardButton?: boolean;
	title: string;
}
