/** * @description PropTypes validation for the RenderId component and generate the link. * @function * @customhook RenderId * @returns {object} */ export declare const useNavigation: () => { goTo: (link: string) => () => void; };