import React from 'react'; declare const _default: React.ForwardRefExoticComponent & React.RefAttributes>; /** :::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/core'; ```` :::tipUsage Example: ```jsx const scRoutingContext: SCRoutingContextType = useSCRouting(); ```` **or** ```jsx const scRoutingContext: SCRoutingContextType = useSCRouting(); Go to profile ```` ::: */ export default _default; //# sourceMappingURL=index.d.ts.map