///
import { TypographyProps } from '../Typography';
export declare type LinkVariant = 'inline' | 'blank' | 'with-chevron';
export declare type Props = {
variant?: LinkVariant;
icon?: 'external' | 'download';
darkBackground?: boolean;
inList?: boolean;
} & TypographyProps;
export declare const BlankLinkStyleCSS: import("styled-components").FlattenSimpleInterpolation;
export declare const InlineLinkStyleCSS: import("styled-components").FlattenInterpolation>;
export declare const DefaultLinkStyleCSS: import("styled-components").FlattenInterpolation>;
export declare const ChevronIcon: import("styled-components").StyledComponent<"span", any, import("../Icon/IconStyle").Props, never>;
export declare const RightIcon: import("styled-components").StyledComponent<"span", any, import("../Icon/IconStyle").Props, never>;
export declare const LinkContent: import("styled-components").StyledComponent<"span", any, {}, never>;
declare const _default: import("styled-components").StyledComponent, any, Props, never>;
export default _default;
//# sourceMappingURL=LinkStyle.d.ts.map