@elemental/ui / TypeAliasLmnLabels No documentation has been provided.Presentation type LmnLabels = Partial<{ [categoryKey in keyof typeof LABELS]: Partial<{ [key in keyof (typeof LABELS)[categoryKey]]: string; }>; }>;