export interface actionItem { icon: string; label: string; } declare const actionItems: actionItem[]; export { actionItems };