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