export type SingleStringValuedAttribute = {
    DisplayValue?: string;
    Label?: string;
    Locale?: string;
};
//# sourceMappingURL=single-string-valued-attribute.d.ts.map