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; export declare const Link: SFC; export {};