export interface IButton { label: string; labelSecondary?: string; type?: string; iconBefore?: string; iconStyle?: string; }