import { AppState } from "./types";
export declare const getClientColors: (clientId: string, appState: AppState) => string | {
    background: string;
    stroke: string;
};
export declare const getClientInitials: (userName?: string | null | undefined) => string;
