export declare const getColorsFromAppearanceOldLogos: (appearance?: string, colorMode?: string) => {
    iconGradientStart: string | undefined;
    iconGradientStop: string | undefined;
    iconColor: string | undefined;
    textColor: string | undefined;
    atlassianLogoTextColor: string | undefined;
};
export declare const getColorsFromAppearance: (appearance?: string, colorMode?: string) => {
    iconColor: string | undefined;
    textColor: string | undefined;
    atlassianLogoTextColor: string | undefined;
};
export declare const getColorsForLoom: (appearance?: string, colorMode?: string) => {
    iconColor: string | undefined;
    textColor: string | undefined;
};
