import React from 'react'; interface Props { href: string; title?: string; className?: string; } export declare const Href: React.FunctionComponent; export {}; //# sourceMappingURL=Href.d.ts.map