import { type JsonApiLabelOutAttributesValueTypeEnum } from "@gooddata/api-client-tiger"; import { type AttributeDisplayFormType } from "@gooddata/sdk-model"; /** * convert tiger label type values to common text representation */ export declare function convertLabelType(type?: JsonApiLabelOutAttributesValueTypeEnum): AttributeDisplayFormType | undefined; //# sourceMappingURL=LabelTypeConverter.d.ts.map