/// <reference types="react" />
import LinkProps from "./interface";
declare const Link: import("styled-components").StyledComponent<(props: LinkProps) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
export default Link;
