import React from 'react'; import { BaseProps } from '../Common'; interface AProps extends BaseProps> { to: string; } export declare const Link: React.FC; export {};