import { FC } from 'react'; import { HyperlinkProps } from './Hyperlink.interface'; export declare const Hyperlink: FC;