/** * @public */ export interface Action { id: string; icon?: string; label?: string; disabled?: boolean; } //# sourceMappingURL=action.d.ts.map