declare const _default: (value: any, styleMap: any, styleDefault: any) => any; /** * @param {string} value - Value to be find on styleMap. * @param {Object} styleMap - Object of the style to be searched on. * @param {string} styleDefault - Default style if value doesn't exist on styleMap or value itself is undefined. * @description TBA, creating a good explanation is hard bruv. */ export default _default;