import React from 'react'; interface Props { href: string; } export declare const Href: React.FunctionComponent; export {};