import React from 'react'; /** :::info This component is used to navigate through the application. ::: ## Usage In order to use router you need to import this components first: ```jsx import {SCRoutingContextType, useSCRouting, Link, SCRoutes} from '@selfcommunity/react-core'; ```` :::tip Usage Example: ```jsx const scRoutingContext: SCRoutingContextType = useSCRouting(); ```` **or** ```jsx const scRoutingContext: SCRoutingContextType = useSCRouting(); Go to profile ```` ::: */ declare const _default: React.ForwardRefExoticComponent & React.RefAttributes>; export default _default;