/**
 * HTML Element
 *
 */
import Anchor from '../components/Anchor';
declare const Link: typeof Anchor;
export default Link;
