export default class NavLink extends Component {
    static propTypes: any;
    tag: any;
    get componentProps(): {
        strict: any;
        'aria-current': any;
        to: any;
        replace: any;
        ref: any;
        component: any;
    };
}
import Component from "../component";
