import { Theme } from "../../theme"; export declare const getChannelColor: (channelName: "customer" | "agent", theme?: Theme) => string;