export interface IEmptyStateAction { id: string; label: string; css: string; callback?: any; route?: string; }