import { Link as RouterLink } from 'react-router-dom'; import { LinkProps } from 'types'; export declare const ExternalLink: import("styled-components").StyledComponent<"a", any, { href: string; } & { external?: boolean | undefined; textSize?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "small" | "span" | undefined; to: string; variant?: "button" | "regular" | "roundButton" | "roundOutlinedButton" | "outlinedButton" | "unstyled" | undefined; } & import("../../../types").ButtonBackgroundInterface & import("../../../types").ButtonSizeInterface & import("../../../types").ElevationInterface & import("../../../types").FontWeightInterface & import("../../../types").MarginInterface & import("../../../types").PaddingInterface & import("../../../types").TestId, "href">; export declare const Link: import("styled-components").StyledComponent;