import { Attribute, CustomAttributeObject } from "../../types/resources/custom-attribute"; export declare const valueMapperFunc: (presentation: any) => (value: any) => any; declare const customAttributesMap: (raw: Attribute[]) => CustomAttributeObject[]; export default customAttributesMap;