export interface ChatVariables {
    backgroundColor: string;
}
export declare const chatVariables: (siteVars: any) => ChatVariables;
