export interface IButton { label: string; type?: string; faIconBefore?: string; faIconStyle?: string; }