declare const parseAttribute: (attribute: any, customProp?: string) => string; declare const parseAttributeArray: (attributeArray: any[]) => string; declare const getAttributes: (fields: any, attributesRequested: string[]) => { [val: string]: string; }; export { parseAttribute, parseAttributeArray, getAttributes };