import * as React from 'react';
import { SFC } from 'react';
export declare const LinkStyled: import("styled-components").StyledComponent<"a", any, any, never>;
declare type LinkProps = React.AnchorHTMLAttributes<any>;
export declare const Link: SFC<LinkProps>;
export {};