import { Attribute } from '../attributes';
import { EquipmentDetailProps } from '../types/equipment-details-props';
export declare const getAttrText: (attr: Attribute, props: EquipmentDetailProps) => string;
