import type { Theme } from "../../defaultTheme";
import type { Type, Props } from "../types";
/**
 * @deprecated kept until StyledText is removed
 */
export declare const getLinkStyle: ({ theme, $type }: {
    theme: Theme;
    $type: Props["type"];
}) => import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<{
    $type: Type;
    theme: Theme;
    $noUnderline: boolean;
}, import("styled-components").DefaultTheme>>;
