import { FunctionComponent } from 'react'; export declare const LinkWrapper: (Component: FunctionComponent) => (props: any) => JSX.Element;