import React from 'react'; interface LinkProps { url?: string; } declare const Link: React.FC; export default Link;