export interface ITextButton { attributes?: { [s: string]: string; }; label: string; url: string; icon?: string; uppercase?: boolean; color?: 'light'; }