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