import { LinkStylesType } from '../../../../../components/link/types/linkTheme';
import { LinkVariantType } from '../variants';
export declare const getLinkStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => LinkStylesType<LinkVariantType>;
