/// interface Props { url?: string; className?: string; } declare function Link({ url, className }: Props): JSX.Element; export default Link;