declare const _default: (data: any) => Object; /** * @param {Object} data - Anchor tag object property allowed value are `url`, `target`, and `onClick`. * @returns {Object} Return object to be set as the property of anchor tag. * @description Set multiple anchor tag properties based on object passed. */ export default _default;