export default interface IAction { value: string; label: string; enabled?: boolean; iconName?: string; itemBuilder?: (actionButton: any, action: IAction) => HTMLElement | string; }