export declare const DEFAULT_CHAT_COLOR = "#6b7280"; export declare const GRAY_50 = "#f9fafb"; export declare const GRAY_100 = "#f3f4f6"; export declare const GRAY_200 = "#e5e7eb"; export declare const GRAY_400 = "#9ca3af"; export declare const GRAY_500 = "#6b7280"; export declare const GRAY_800 = "#1f2937"; export declare const adjustColor: (hex: string, percent: number) => string; export declare const blendToWhite: (hex: string, percent: number) => string; export interface ChatColors { primary: string; hover: string; disabled: string; light: string; } export declare const getChatColors: (primary: string) => ChatColors; //# sourceMappingURL=colors.d.ts.map