export default class Link extends Component {
    static propTypes: any;
    tag: any;
    get componentProps(): {
        to: any;
        replace: any;
        ref: any;
        target: any;
        component: any;
    };
}
import Component from "../component";
